com.github.fgiannesini.libsass.gradle.plugin.compiler.PluginOutputStyle 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 output style
*/
public enum PluginOutputStyle {
NESTED,
EXPANDED,
COMPACT,
COMPRESSED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy