Skip to content

v0.1.0

Compare
Choose a tag to compare
@xzyfer xzyfer released this 29 Jan 05:05
· 47 commits to master since this release

Improved comment parsing

CSS style comments (/* */) are allow interpolants (#{$foo}),
and disallow everything else.

See #5

Improved Node support

Remove some old dependencies that no long worked with Node >= 4 (b40c729) and test against more Node engines in travis (79dd087).

Add tests

Begin the test suite. It's still rudimentary (a87c091).

Remove undocumented git submodule

The sass-spec suite was being submoduled in for the tests. They have recently created an npm package we're now using that (50c21ea).