Skip to content

Commit

Permalink
Add link to a new Maven plugin on the block. (#714)
Browse files Browse the repository at this point in the history
Document the differences between both Maven plugins

Fixes #660
  • Loading branch information
Goodwine committed Apr 5, 2023
1 parent 94d13dd commit cd65a28
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions source/install.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,33 @@ no_container: true
There are also community-maintained wrappers for the following languages:

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

%li
#{link_to 'Ruby', 'https://github.com/ntkme/sass-embedded-host-ruby#readme'}

%li
#{link_to 'Swift', 'https://github.com/johnfairh/swift-sass#readme'}

%li
#{link_to 'Java', 'https://mvnrepository.com/artifact/de.larsgrefer.sass'},
including:

%ul
%li
A
#{link_to 'Gradle plugin', 'https://docs.freefair.io/gradle-plugins/current/reference/#_embedded_sass'}.

%li
A lightweight
#{link_to 'Maven plugin wrapping the Sass CLI', 'https://github.com/HebiRobotics/sass-cli-maven-plugin'}.
It specifies the Sass version to use. The CLI arguments are
passed-in with an <code>&lt;args&gt;</code> list.

%li
A batteries-included
#{link_to 'Maven plugin wrapping Dart Sass', 'https://github.com/cleydyr/dart-sass-maven-plugin'}.
It bundles a fixed <code>dart-sass</code> version. The CLI arguments
are exposed as Maven parameters.

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

0 comments on commit cd65a28

Please sign in to comment.