Skip to content

Commit

Permalink
Add a compatibility note about Node.js versions (#834)
Browse files Browse the repository at this point in the history
See #780
  • Loading branch information
nex3 committed Sep 26, 2019
1 parent 553cf9a commit 31acfd1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,8 @@ A [Dart][dart] implementation of [Sass][sass]. **Sass makes CSS fun again**.
* [JavaScript API](#javascript-api)
* [Why Dart?](#why-dart)
* [Compatibility Policy](#compatibility-policy)
* [Browser Compatibility](#browser-compatibility)
* [Node.js Compatibility](#nodejs-compatibility)
* [Behavioral Differences from Ruby Sass](#behavioral-differences-from-ruby-sass)

## Using Dart Sass
Expand Down Expand Up @@ -270,6 +272,16 @@ a minor version of Dart Sass with that change.

[StatCounter GlobalStats]: http://gs.statcounter.com/

### Node.js Compatibility

We consider dropping support for a given version of Node.js to be a breaking
change *as long as* that version is still supported by Node.js. This means that
releases listed as Current, Active LTS, or Maintenance LTS according to [the
Node.js release page][]. Once a Node.js version is out of LTS, Dart Sass
considers itself free to break support if necessary.

[the Node.js release page]: https://nodejs.org/en/about/releases/

## Behavioral Differences from Ruby Sass

There are a few intentional behavioral differences between Dart Sass and Ruby
Expand Down

0 comments on commit 31acfd1

Please sign in to comment.