Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(RemoveNodeSass): Replace node-sass dependency with a native java…
…script implementation `node-sass` is a wrapper around the C++ implementation `libsass` and requires `node-gyp` to build on the target platform. This creates friction from users as it often gets out of date, and/or broken by MacOS upgrades, reinstalling xcode, etc. This replaces it with `sass` which is a pure JS implementation, and doesn't require the native bindings for your OS.
- Loading branch information