name.mazgalov.vaadin.sass.compiler
Owner: Todor Mazgalov
Vaadin SASS compiler plugin
Sources: https://github.com/t-mazgalov/gradle-sass-vaadin-compiler
Add this plugin to your build using the plugins DSL:
plugins {
id("name.mazgalov.vaadin.sass.compiler") version "0.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.name.mazgalov:gradle-sass-vaadin-compiler:0.1.0") } } apply(plugin = "name.mazgalov.vaadin.sass.compiler")
- Applying plugins to all subprojects .