Skip to content

Releases: Klooven/sass-plus

v0.11.0

04 Dec 15:51
Compare
Choose a tag to compare
  • Dependencies bumped
  • Added engines field to package.json
  • Clarified the README

v0.10.0

14 May 16:24
Compare
Choose a tag to compare
  • Update dependencies
  • Use Ubuntu 22.04 and Node 16 for GitHub Actions

v0.9.0

26 Mar 17:48
Compare
Choose a tag to compare
  • Updated dependencies (including vulnerable version of minimist)
  • Clarify README
  • Enable GitHub actions

v0.8.0

16 Feb 17:20
Compare
Choose a tag to compare
  • Added more PurgeCSS options to the configuration
  • Updated dependencies

v0.7.0

27 Jan 16:19
Compare
Choose a tag to compare
  • Use new Sass API to compile SCSS to CSS (doesn't affect CLI/sass-plus API users)
  • Dependencies updated

v0.6.0

22 Dec 19:47
Compare
Choose a tag to compare
  • Breaking: the clean option now accepts an object instead of an array (check the README)
  • Dependencies updated

v0.5.0

08 Dec 16:36
Compare
Choose a tag to compare
  • PurgeCSS now configurable
  • Dependencies bumped

v0.4.0

07 Nov 16:00
Compare
Choose a tag to compare
  • Resolve relative Sass imports correctly when using the CLI

v0.3.1

06 Nov 21:39
Compare
Choose a tag to compare
  • Only publish required files to NPM

v0.3.0

06 Nov 21:23
Compare
Choose a tag to compare
  • Add support for production mode (see README)
  • Exit code 1 on errors