This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
v3.0.0 second beta
Pre-release
Pre-release
Installation:
npm install node-sass@beta
Changelog:
- Implements libsass v3.2.0-beta.5 API.
- Importer: Throws error on invalid return type.
- API: Provides support for array of importers.
- Feature: Provides
sourceMapRoot
option. - CLI: Adds support for Custom Functions.
- CLI: Changes
--watch
flag Boolean by @wesleytodd. - CLI: Sets
--recursive
flag default to true by @wesleytodd. - Build: Adding libsass.gyp in a separate dir.
- Originally implemented by @saper, This was previously removed due to the bug in npm.
- README: Formatting fixes by @tomfuertes.