Releases: stevenschobert/metalsmith-sass
Releases · stevenschobert/metalsmith-sass
v1.0.0
- Updated to node-sass v3.0 🎉
- Added support for source maps.
- All options now get passed through to node-sass (no more manual updates for new options!)
v0.7.0
- Upgrades to node-sass v2.0.1
- Adds support for node v0.12
v0.6.1
- Compilation errors are now reported correctly through Metalsmith CLI.
v0.6.0
v0.5.0
v0.4.0
This release updates libsass (the underlying sass library) to v3.0, which includes tons of major fixes and improvements.
Check out the Libsass v3.0 release notes for a detailed list of updates.
- Update to node-sass v1.0.
v0.3.1
- Support for Metalsmith v1.0.
v0.3.0
- Now uses libsass 2.0. See the node-sass changelog.
- Dotfiles are now ignored in builds.
v0.2.1
- Fixed an issue that was causing filenames with underscores (e.g.
my_file.scss
) to incorrectly be treated as partials.