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

com.asual.lesscss.compiler.LessCompiler Maven / Gradle / Ivy

Go to download

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