Skip to content

Commit

Permalink
Merge pull request mmistakes#97 from montchr/montchr-50-sass-custom-i…
Browse files Browse the repository at this point in the history
…mport-order

Import custom Sass variable overrides before default variables are defined
  • Loading branch information
pmarsceill authored May 1, 2019
2 parents af77e52 + 5291de4 commit c83bdf8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions assets/css/just-the-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
// Support
@import "./support/support";

//
// Import custom overrides
//

@import "./custom/custom";

//
// Import custom color scheme scss
//
Expand All @@ -36,8 +42,3 @@
@import "./tables";
@import "./code";
@import "./utilities/utilities";

//
// Import custom overrides
//
@import "./custom/custom";

0 comments on commit c83bdf8

Please sign in to comment.