compile-sass

A module to compile SASS on-the-fly and/or save it to CSS files using dart-sass for Node.js

MIT License

Downloads
1.5K
Stars
4
Committers
3

Bot releases are hidden (Show)

compile-sass - v2.0.0 Latest Release

Published by eiskalteschatten almost 2 years ago

  • Move away from the deprecated node-sass package in lieu of the Dart-based sass package
    • Warning: Breaking change! nodeSassOptions is now sassOptions with different parameters. Check the documentation above.
    • The sass package is now a peer dependency and needs to be managed by the installing project
  • Update all npm packages
  • Remove express as a direct dependency since it's a peer dependency and should be managed by the installing project
  • Remove packages that can be replaced with functionality from Node's standard library
  • Support for Node >= 16
  • Use bootstrap to improve testing by compiling real world examples
  • Add more asynchronous behavior to boost performance
  • Security updates

What's Changed

New Contributors

Full Changelog: https://github.com/eiskalteschatten/compile-sass/compare/v1.1.3...v2.0.0

compile-sass - v1.1.3

Published by eiskalteschatten over 3 years ago

compile-sass - v1.1.2

Published by eiskalteschatten over 3 years ago