Skip to content

node-sass 1.0.0 & libsass 3.0.0!

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 16 Oct 20:31
· 66 commits to main since this release

687474703a2f2f7777772e7265616374696f6e676966732e636f6d2f77702d636f6e74656e742f67616c6c6572792f64616e63652d70617274792f74756d626c725f6d306f73727268714d6b31717a6376376e6f345f3235302e676966

$ npm update --save-dev grunt-sass

Updated to node-sass 1.0.0: https://github.com/sass/node-sass/releases/tag/v1.0.0
Which updates libsass to 3.0.0: https://github.com/sass/libsass/releases/tag/3.0

Do note that the sourceMap option is broken in node-sass.
sourceMap: true should work fine. (I added a temporary workaround in grunt-sass)
sourceMap: 'path' however does not. (Which is why the tests are failing...)