mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
8f4fa5e80d
* Remove Html\Builder dependency from controllers * Remove: yajra/laravel-datatables-html - yajra/laravel-datatables-oracle as main non-dev dependency * Added sorting to tables
20 lines
360 B
SCSS
Vendored
20 lines
360 B
SCSS
Vendored
/* purgecss start ignore */
|
|
@tailwind base;
|
|
|
|
// ..
|
|
@tailwind components;
|
|
|
|
@import 'components/buttons';
|
|
@import 'components/validation';
|
|
@import 'components/inputs';
|
|
@import 'components/alerts';
|
|
@import 'components/badge';
|
|
@import 'components/datatables';
|
|
|
|
.active-page {
|
|
@apply bg-blue-900 #{!important};
|
|
}
|
|
|
|
/* purgecss end ignore */
|
|
@tailwind utilities;
|