- Allow
var()
to be passed torgb()
,rgba()
,hsl()
, andhsla()
. - Fix conversions between numbers with
dpi
,dpcm
, anddppx
units. Previously these conversions were inverted. - Don't crash when calling
str-slice()
with an$end-at
index lower than the$start-at
index. str-slice()
now correctly returns""
when$end-at
is negative and points before the beginning of the string.- Interpolation in quoted strings now properly preserves newlines.
- Don't crash when passing only
$hue
or no keyword arguments toadjust-color()
,scale-color()
, orchange-color()
. - Preserve escapes in identifiers. This used to only work for identifiers in SassScript.
- Fix a few small
@extend
bugs.