Skip to content

Node-sass to just pure sass!

Compare
Choose a tag to compare
@jfarseneau-wb jfarseneau-wb released this 24 Nov 19:00
· 23 commits to master since this release
181bfb2

This changes our dependency on node-sass to just sass, which is a pure JS version (well it's originally a Dart version that compiled to JS)

It also removed any non-dev dependency, which means that this will not throw in node-sass or sass to any project it is included in.

As it recompiled everything and added source maps, this is being released as 3.0.0 to prevent any breaking issue, but it should be fully compatible with previous releases.