Skip to content

Commit c83bdf8

Browse files
authored
Merge pull request just-the-docs#97 from montchr/montchr-50-sass-custom-import-order
Import custom Sass variable overrides before default variables are defined
2 parents af77e52 + 5291de4 commit c83bdf8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/css/just-the-docs.scss

+6-5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
// Support
1717
@import "./support/support";
1818

19+
//
20+
// Import custom overrides
21+
//
22+
23+
@import "./custom/custom";
24+
1925
//
2026
// Import custom color scheme scss
2127
//
@@ -36,8 +42,3 @@
3642
@import "./tables";
3743
@import "./code";
3844
@import "./utilities/utilities";
39-
40-
//
41-
// Import custom overrides
42-
//
43-
@import "./custom/custom";

0 commit comments

Comments
 (0)