Skip to content
Snippets Groups Projects
Unverified Commit c83bdf85 authored by Patrick Marsceill's avatar Patrick Marsceill Committed by GitHub
Browse files

Merge pull request #97 from montchr/montchr-50-sass-custom-import-order

Import custom Sass variable overrides before default variables are defined
parents af77e527 5291de45
No related branches found
No related tags found
No related merge requests found
......@@ -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";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment