akkounts/app/assets/stylesheets/application.tailwind.css
Râu Cao f1d9cf1e3d
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Remove special link class
This cleans up the code quite a bit, but also allows links in editable
content to be rendered with the default style.
2025-05-29 16:10:34 +04:00

13 lines
353 B
CSS

@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "components/animations";
@import "components/base";
@import "components/buttons";
@import "components/dashboard_services";
@import "components/forms";
@import "components/notifications";
@import "components/pagination";
@import "components/tables";