Maxime Vaillancourt 385ef3a852 Serve styles as CSS file
Not sure why I once decided to bundle all styles directly within all
HTML responses instead of leveraging proper caching mechanisms and
serving styles in a CSS file that can be cached on clients.
2020-09-26 11:38:53 -04:00

7 lines
90 B
SCSS

---
---
@import "../_sass/normalize";
@import "../_sass/code";
@import "../_sass/style";