com.github.fgiannesini.libsass.gradle.plugin.compiler.PluginInputSyntax Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libsass-gradle-plugin Show documentation
Show all versions of libsass-gradle-plugin Show documentation
A gradle plugin to compile scss with libsass.
package com.github.fgiannesini.libsass.gradle.plugin.compiler;
/**
* Enum for input type
*/
public enum PluginInputSyntax {
SASS,
SCSS
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy