mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
- Adopted postcss and tailwind config to new version - renamed colors bluegray->slate etc to not have custom definitions (hope to reduce migration next time) - tailwind now doesn't build the complete css anymore, so the `dev-ui-build` script must compile both
10 lines
258 B
CSS
10 lines
258 B
CSS
@import "@fortawesome/fontawesome-free/css/all";
|
|
@import "flag-icon-css/css/flag-icon.min";
|
|
|
|
@import "tailwindcss/base";
|
|
@import "tailwindcss/components";
|
|
@import "tailwindcss/utilities";
|
|
|
|
@import "./custom-components.css";
|
|
@import "./custom-utilities.css";
|