mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
7 lines
200 B
CSS
7 lines
200 B
CSS
@layer theme, base, components, utilities;
|
|
@import 'tailwindcss/theme.css' layer(theme) prefix(vjs);
|
|
@import 'tailwindcss/utilities.css' layer(utilities) prefix(vjs);
|
|
.vjs {
|
|
font-family: inherit;
|
|
}
|