]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix Webpack build by importing variables in mixins file (#1233)
authorDavid Hargitai <david@leadforward.hu>
Sun, 8 Oct 2017 15:01:59 +0000 (16:01 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Oct 2017 15:01:59 +0000 (16:01 +0100)
* Fix Webpack build by importing variables in mixins file

* Import initial-variables instead of variables.sass

sass/utilities/mixins.sass

index 29a87ca1c2f571dc3099e1e7ff5a70bd770c64b2..98eec9611a3e4670292c7267717a6193ea7139bb 100644 (file)
@@ -1,3 +1,5 @@
+@import "initial-variables"
+
 =arrow($color)
   border: 1px solid $color
   border-right: 0