Skip to content

Commit

Permalink
Fix Webpack build by importing variables in mixins file (#1233)
Browse files Browse the repository at this point in the history
* Fix Webpack build by importing variables in mixins file

* Import initial-variables instead of variables.sass
  • Loading branch information
dhargitai authored and jgthms committed Oct 9, 2017
1 parent eafd60d commit 87d07b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/utilities/mixins.sass
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "initial-variables"

=arrow($color)
border: 1px solid $color
border-right: 0
Expand Down

0 comments on commit 87d07b1

Please sign in to comment.