mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
14 lines
306 B
CSS
14 lines
306 B
CSS
@import 'tailwindcss';
|
|
@import './base.css';
|
|
|
|
@plugin 'tailwindcss-animate';
|
|
|
|
@source '../views';
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
|
|
@custom-variant dark (&:is(.dark *));
|
|
|
|
[data-slot='scroll-area-viewport'] div:first-child {
|
|
@apply h-full;
|
|
}
|