powered by
Parse LESS file to CSS and return it as result
parse_less(code)
text to be converted in LESS format
converted text to CSS
Currently LESS `@import` functionality is not supported.
# NOT RUN { parse_less('.button { .red{ collor: red}}') parse_less('@red: red; .red{ collor: @red}') # }
Run the code above in your browser using DataLab