1
0
mirror of https://github.com/snachodog/just-the-docs.git synced 2025-04-09 13:31:22 -06:00

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

Import custom Sass variable overrides before default variables are defined
This commit is contained in:
Patrick Marsceill 2019-04-30 17:32:53 -07:00 committed by GitHub
commit c83bdf853e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";