This cleans up the code quite a bit, but also allows links in editable content to be rendered with the default style.
13 lines
353 B
CSS
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";
|