Changelog
1.10.3
Changelog
1.10.0
When two @media
rules' queries can't be merged, leave nested rules in place
for browsers that support them.
Fix a typo in an error message.
Changelog
1.9.2
Changelog
1.9.1
Don't emit ANSI codes to Windows terminals that don't support them.
Fix a bug where --watch
crashed on Mac OS.
Changelog
1.9.0
new sass.types.Color(argb)
for creating colors from ARGB hex
numbers. This was overlooked when initially adding support for Node Sass's
JavaScript API.Changelog
1.8.0
Add a --poll
flag to make --watch
mode repeatedly check the filesystem for
updates rather than relying on native filesystem notifications.
Add a --stop-on-error
flag to stop compiling additional files once an error
is encountered.