wonderfulfrog.com/src/assets/css/global.css
Devin Lumley a5526174ba feat: convert templates from njk to html
Note: Nunjucks will still process the templates, but this way they can
be plain HTML files and will be formatted properly.
2024-01-28 20:52:09 -08:00

5 lines
94 B
CSS

@import "global/reset.css";
@import "global/global-styles.css";
@import-glob "utils/*.css";