Package com.inet.lib.less
Interface CustomLessFunction
-
public interface CustomLessFunctionInterface to simple extends the less syntax with exotic functions without forking the JLessC project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappendTo(CssFormatter formatter, java.util.List<Expression> parameters)Append this custom function to formatter
-
-
-
Method Detail
-
appendTo
void appendTo(CssFormatter formatter, java.util.List<Expression> parameters) throws java.lang.Exception
Append this custom function to formatter- Parameters:
formatter- current formatterparameters- the parameters.- Throws:
java.lang.Exception- if any error occur it can throw any exception
-
-