Fix Webpack build by importing variables in mixins file (#1233)

* Fix Webpack build by importing variables in mixins file

* Import initial-variables instead of variables.sass
This commit is contained in:
David Hargitai 2017-10-08 16:01:59 +01:00 committed by Jeremy Thomas
parent 89626d743f
commit dac2ea9e01

View File

@ -1,3 +1,5 @@
@import "initial-variables"
=arrow($color)
border: 1px solid $color
border-right: 0