Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Version 3 beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@am11 am11 released this 27 Mar 09:48
· 889 commits to master since this release

Installation:

From CLI:

npm install node-sass@beta
# or
npm install node-sass@3.0.0-beta.4

Or in package.json:

{
  "dependencies": {
    "node-sass": "beta"
  }
}

Changelog:

  • Configurable linefeed by @matryo
    Issue URL: #332.
    PR URL: #644.
  • Provide options to configure linefeed by @am11
    Issue URL: #682,
    PR URL: #792.
    Upstream PR URL: sass/libsass#787.
  • Updates LibSass v3.2.0-beta.2 and corresponding Sass-Spec commit.
  • Reverts Build with unbundled LibSass. #763 by @saper, as it was causing issue with npm publish.