www.byjp.me/assets/scss/main.scss
JP Hastings-Spital 867bdfd597 Links have agree/accurate indicators
Also introduces `references` as a standard Params structure for my blog. I don't particularly like that it's a map rather than an array, but this is what my micropib enpoint currently creates, so I'll stick with this until I can be bothered to switch that over.
2024-02-22 08:23:50 +00:00

21 lines
397 B
SCSS

/* Must be loaded before everything else */
@import "normalize";
@import "prism";
/* Main stuff */
@import "variables";
@import "mixins";
@import "fonts";
@import "buttons";
/* Modules */
@import "header";
@import "logo";
@import "menu";
@import "main";
@import "list";
@import "single";
@import "footer";
@import "syndication";
@import "tables";
@import "404";
@import "search";
@import "links";