Skip to content

Commit

Permalink
Merge pull request #46 from larrybotha/fix/invalid-import-order
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha authored Aug 15, 2022
2 parents 4cbcd07 + eec0a18 commit dfe0333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 0 additions & 10 deletions scss/custom/_index.scss
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
/*------------------------------------*\
CUSTOM STYLES
\*------------------------------------*/
/**
* Import custom variables, mixins, and functions
*/
@import "support";

/**
* Import custom global styles
*/
@import "global";

/**
* Import custom styles
*/
Expand Down
6 changes: 5 additions & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
STYLES ENTRYPOINT
\*------------------------------------*/
/**
* Import core support files and globals
* Import core files, overriding each with custom styles
*/
@import "core/support";
@import "custom/support";

@import "reset";

@import "core/global";
@import "custom/global";

/**
* Import custom styles to override core
Expand Down

0 comments on commit dfe0333

Please sign in to comment.