diff --git a/source/install.html.haml b/source/install.html.haml index e00cb8a78..44c799e77 100644 --- a/source/install.html.haml +++ b/source/install.html.haml @@ -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 <args> list. + + %li + A batteries-included + #{link_to 'Maven plugin wrapping Dart Sass', 'https://github.com/cleydyr/dart-sass-maven-plugin'}. + It bundles a fixed dart-sass version. The CLI arguments + are exposed as Maven parameters. + .sl-l-grid__column :markdown ## Command Line