
de.agilecoders.wicket.sass.SassCompilerOptionsFactory Maven / Gradle / Ivy
The newest version!
package de.agilecoders.wicket.sass;
import io.bit3.jsass.Options;
/**
* Factory that creates a {@link io.bit3.jsass.Options}. This enables the users to set application
* specific configurations to the {@link io.bit3.jsass.Compiler}.
*/
public interface SassCompilerOptionsFactory {
Options newOptions();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy