
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.
7 lines
90 B
SCSS
7 lines
90 B
SCSS
---
|
|
---
|
|
|
|
@import "../_sass/normalize";
|
|
@import "../_sass/code";
|
|
@import "../_sass/style";
|