Add link to a new Maven plugin on the block. (#714)

Document the differences between both Maven plugins

Fixes #660
This commit is contained in:
Goodwine 2023-04-05 15:11:51 -07:00 committed by GitHub
parent 94d13dd67c
commit cd65a28a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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