Skip to content
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
Compare
Choose a tag to compare
@am11 am11 released this 06 Apr 10:56
· 870 commits to master since this 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.