Bulleit Bottle (beta2)
Pre-release
Pre-release
This is the second beta RC for Libsass 3.1.0.
Features
- improvements to the static value look ahead parser - @xzyfer
- improvements handling of string quotes - @mgreter
Fixes
- fixed an edge case with
str-slice
- @xzyfer (#762) - normalise quotes in
str-slice
andstr-insert
- @xzyfer (#763) - fixed parsing of assignments with
!default
and!global
flags - @xzyfer (#759) - fixed
!default
assignments not overridingnull
values - @xzyfer (#740) - error if a map is instantiated with a duplicate key - @xzyfer (#628)
- don't output empty css block - @xzyfer (#659)
- fixed some cases where number comparisons would fail - @xzyfer (#590)
- fixed crashes when multiple semicolons were encountered - @xzyfer (#502)
- fixed a bug with maps and
@each
with only on variable - @xzyfer (#784) - fixed a bug with string interpolation in
url()
s - @mgreter (#644) - fixed some bugs with the C API - @mgreter (#776)