1
0
mirror of https://github.com/thangisme/notes.git synced 2024-12-22 08:56:43 -05:00

Import custom overrides Sass before variables are used

This commit is contained in:
Chris Montgomery 2019-03-03 23:01:10 -05:00
parent b44efbf1da
commit 5291de45c5
No known key found for this signature in database
GPG Key ID: 2E797C9FED349E90

View File

@ -16,6 +16,12 @@
// Support
@import "./support/support";
//
// Import custom overrides
//
@import "./custom/custom";
//
// Import custom color scheme scss
//
@ -36,8 +42,3 @@
@import "./tables";
@import "./code";
@import "./utilities/utilities";
//
// Import custom overrides
//
@import "./custom/custom";