mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
8 lines
326 B
CSS
8 lines
326 B
CSS
@import "tailwindcss";
|
|
@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";
|