mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
4af34a186c
* PurgeCSS setup with Webpack - Production builds for assets - Added PurgeCSS to 'ninja2020' theme * Fixes for Codacy - Added new codacy.yml file - Applied formatting to webpack.mix.js
19 lines
327 B
SCSS
Vendored
19 lines
327 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';
|
|
|
|
.active-page {
|
|
@apply bg-blue-900 #{!important};
|
|
}
|
|
|
|
/* purgecss end ignore */
|
|
@tailwind utilities;
|