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

prompto.css.ICssValue Maven / Gradle / Ivy

The newest version!
package prompto.css;

import prompto.transpiler.Transpiler;
import prompto.utils.CodeWriter;

public interface ICssValue {

	void toDialect(CodeWriter writer);
	void toString(StringBuilder sb);
	void declare(Transpiler transpiler);
	void transpile(Transpiler transpiler);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy