mirror of
https://github.com/zoriya/v10.git
synced 2026-08-07 06:37:45 +00:00
13 lines
431 B
CSS
13 lines
431 B
CSS
@import "tailwindcss";
|
|
@source "../app";
|
|
@source "../src";
|
|
@source "../templates";
|
|
/* NOTE: This is non-standard since you'd usually eject the Tailwind skin into your own project and not import it from node_modules. */
|
|
@source "../node_modules/@videojs/skins";
|
|
@source "../node_modules/@videojs/html";
|
|
@source "../node_modules/@videojs/react";
|
|
|
|
@theme {
|
|
--font-sans: InterVariable, Inter, ui-sans-serif, system-ui, sans-serif;
|
|
}
|