class Less::Parser::Tree
def to_css(options = {})
(**opts)
-
:compress
(Boolean
) -- minify output instead of pretty-printing
Parameters:
-
opts
(Hash
) -- modifications to the output
def to_css(options = {}) Less::JavaScript.exec { @tree.toCSS(options) } end