Skip to content

Commit

Permalink
fix: move variables.scss back (#1739)
Browse files Browse the repository at this point in the history
Themes are broken now, because they depend on variables.scss

Regression after #1734
  • Loading branch information
limonte committed Sep 16, 2019
1 parent 4bb81d1 commit 540702a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/_polyfills.scss
@@ -1,4 +1,4 @@
@import 'variables';
@import '../variables';

// Microsoft Edge
@supports (-ms-accelerator: true) {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_theming.scss
@@ -1,7 +1,7 @@
// base file for including when performing theming
// doesn't include at-rules or root selectors (like body) which allows for more comprehensive extending

@import 'variables';
@import '../variables';
@import 'mixins';
@import 'toasts';
@import 'body';
Expand Down
File renamed without changes.

0 comments on commit 540702a

Please sign in to comment.