ss.org/">LESS styling framework syntax into standard CSS. This implementation is based on the Ruby version of LESS by Alexis Sellier. At this time, the following LESS features are supported:
- Variables
- Mixins
- Mixin Arguments
- Nesting
The following LESS features are not currently supported:
- Operations
- Accessors
- Imports
This implementation does not attempt to generate the same output as the Ruby version. Translation differences from LESS Ruby include:
- Equivalent adjacent rule sets are not grouped
- Empty rule sets are preserved
- Numbers and colors are not reformatted
This list only notes changes in the
translation stage. See {@link com.bazaarvoice.jless.parser.Parser} for detailson any changes to the
parsing stage.
@see com.bazaarvoice.jless.parser.Parser