1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-23 01:25:23 +00:00

Fixed custom css

(cherry picked from commit bab3437a1feefc49213e1e787db0451491aca9b9)
This commit is contained in:
Silvio Giebl 2019-07-20 22:04:17 +02:00
parent 9e0bc86dbe
commit 6c569cbdc2
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -17,4 +17,3 @@
@import "./tables";
@import "./code";
@import "./utilities/utilities";
@import "./custom/custom";