18 lines
562 B
CSS
18 lines
562 B
CSS
@import 'tailwindcss';
|
|
@import "flowbite/src/themes/default";
|
|
@plugin "flowbite/plugin";
|
|
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
@source '../../storage/framework/views/*.php';
|
|
@source "../**/*.blade.php";
|
|
@source "../**/*.js";
|
|
@source "../**/*.vue";
|
|
@source "../../node_modules/flowbite";
|
|
@source "../views";
|
|
|
|
@theme {
|
|
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, InterVariable, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
|
'Segoe UI Symbol', 'Noto Color Emoji';
|
|
|
|
}
|