Interface CustomLessFunction


  • public interface CustomLessFunction
    Interface to simple extends the less syntax with exotic functions without forking the JLessC project.
    • 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 formatter
        parameters - the parameters.
        Throws:
        java.lang.Exception - if any error occur it can throw any exception