
io.bit3.jsass.Options 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.
package io.bit3.jsass;
import io.bit3.jsass.importer.Importer;
import java.io.File;
import java.net.URI;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
/**
* The compiler options.
*/
public class Options {
/**
* Custom import functions.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy