More customizable css

(cherry picked from commit 8aa0899facd01f689692fccdb338673f5e9a9fbd)
This commit is contained in:
Silvio Giebl 2019-07-20 22:11:41 +02:00
parent 6c569cbdc2
commit 3995fbfc35
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
@import "./custom/custom";

View File

@ -1,4 +1,4 @@
@import "./support/support";
@import "./color_schemes/{{ include.color_scheme }}";
@import "./modules";
@import "./custom/custom";
{% include css/custom.scss %}