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:
parent
89626d743f
commit
dac2ea9e01
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "initial-variables"
|
||||
|
||||
=arrow($color)
|
||||
border: 1px solid $color
|
||||
border-right: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue