mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 07:39:15 -04:00
5 lines
134 B
SCSS
5 lines
134 B
SCSS
@import "./support/support";
|
|
@import "./color_schemes/{{ include.color_scheme }}";
|
|
@import "./modules";
|
|
{% include css/custom.scss %}
|