Skip to content

Commit

Permalink
Update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Jul 11, 2019
1 parent 182453e commit 7f8926c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hljs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// IMPORTS
@import "src/mixins";
@import "lib/selectors/core";
@import "lib/selectors/selectorPlaceholders";

// IMPORT CODE LANGUAGES
@import "src/messages/codeLanguages";
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $account-version: "v6-#{$version}";
@import "src/mixins";

// IMPORT SELECTORS
@import "lib/selectors/bd";
@import "lib/selectors/selectorPlaceholders";

// DEFAULT SETTINGS
@import "src/settingsDefault";
Expand Down

0 comments on commit 7f8926c

Please sign in to comment.