All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.agilecoders.wicket.sass.SimpleSassCompilerOptionsFactory Maven / Gradle / Ivy

The newest version!
package de.agilecoders.wicket.sass;

import io.bit3.jsass.Options;


/**
 * Returns just a plain {@link io.bit3.jsass.Options} without any additional configuration.
 */
public class SimpleSassCompilerOptionsFactory implements SassCompilerOptionsFactory {

    @Override
    public Options newOptions() {
        return new Options();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy