test/sass/templates/importee.sass in haml-edge-2.3.179 vs test/sass/templates/importee.sass in haml-edge-2.3.180
- old
+ new
@@ -1,12 +1,12 @@
-!postconst = "goodbye"
+$postconst: goodbye
=postmixin
post-mixin: here
imported
- :otherconst = !preconst
- :myconst = !postconst
+ :otherconst $preconst
+ :myconst $postconst
+premixin
@import basic
midrule