Skip to content

Commit

Permalink
Merge pull request #32 from larrybotha/fix/reset
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha authored Feb 13, 2022
2 parents 0119a44 + 26c69a9 commit 78ef97e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions scss/global-only.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@
* - apps that use CSS-in-JS for components
*/

/**
* Import resets
*/
@import "reset";

/**
* Import functions and mixins
*/
@import "core/support";
@import "reset";
@import "custom/support";

/**
Expand Down
6 changes: 1 addition & 5 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
/*------------------------------------*\
STYLES ENTRYPOINT
\*------------------------------------*/
/**
* Import resets
*/
@import "reset";

/**
* Import core support files and globals
*/
@import "core/support";
@import "reset";
@import "core/global";

/**
Expand Down

0 comments on commit 78ef97e

Please sign in to comment.