
com.asual.lesscss.compiler.LessCompiler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lesscss-engine Show documentation
Show all versions of lesscss-engine Show documentation
A Java wrapper for LESS (http://lesscss.org). LESS extends CSS with: variables, mixins, operations and nested rules.
The newest version!
package com.asual.lesscss.compiler;
import com.asual.lesscss.LessException;
public interface LessCompiler {
String compile(String input, String location, boolean compress) throws LessException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy