io.bit3.jsass.Sass2ScssOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of io.bit3.jsass Show documentation
Show all versions of io.bit3.jsass Show documentation
SASS compiler using libsass.
The newest version!
package io.bit3.jsass;
public class Sass2ScssOptions {
public static int PRETTIFY0 = 0;
public static int PRETTIFY1 = 1;
public static int PRETTIFY2 = 2;
public static int PRETTIFY3 = 3;
public static int KEEP_COMMENT = 32;
public static int STRIP_COMMENT = 64;
public static int CONVERT_COMMENT = 128;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy