Skip to content

Commit 5291de4

Browse files
author
Chris Montgomery
committed
Import custom overrides Sass before variables are used
1 parent b44efbf commit 5291de4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

assets/css/just-the-docs.scss

Lines changed: 6 additions & 5 deletions
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)