Skip to content

Commit

Permalink
Mention Embedded Sass in the installing section (#609)
Browse files Browse the repository at this point in the history
This also adds a link to the Java host.
  • Loading branch information
nex3 committed Feb 3, 2022
1 parent 87eccae commit f646666
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions source/install.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,28 @@ no_container: true
Linux
Mac

:markdown
## Libraries

The Sass team maintains two Node.js packages for Sass, both of which
support [the standard JavaScript API]. The [`sass` package] is pure
JavaScript, which is a little slower but can be installed on all platforms
Node.js supports. The [`sass-embedded` package] wraps a JS API around the
Dart VM, so it's faster but only supports Windows, Mac OS, and Linux.

[the standard JavaScript API]: /documentation/js-api
[`sass` package]: https://www.npmjs.com/package/sass
[`sass-embedded` package]: https://www.npmjs.com/package/sass-embedded

There are also community-maintained wrappers for the following languages:

%ul
%li
#{link_to 'Java', 'https://mvnrepository.com/artifact/de.larsgrefer.sass'},
including a
= link_to 'Gradle', 'https://docs.freefair.io/gradle-plugins/current/reference/#_embedded_sass'
plugin.

.sl-l-grid__column
:markdown
## Command Line
Expand Down

0 comments on commit f646666

Please sign in to comment.