rless (version 0.1.0)

parse_less: Parse LESS content to CSS

Description

Parse LESS file to CSS and return it as result

Usage

parse_less(code)

Arguments

code

text to be converted in LESS format

Value

converted text to CSS

Details

Currently LESS `@import` functionality is not supported.

Examples

Run this code
# NOT RUN {
parse_less('.button { .red{ collor: red}}')
parse_less('@red: red; .red{ collor: @red}')
# }

Run the code above in your browser using DataCamp Workspace