Edit online

Editing LESS Stylesheets

Oxygen JSON Editor provides support for stylesheets coded with the LESS dynamic stylesheet language. LESS extends the CSS language by adding features that allow mechanisms such as variables, nesting, mixins, operators, and functions. Oxygen JSON Editor offers additional LESS-editing features that include:
  • Create new LESS files and templates - You can use the built-in new file wizards to create new LESS documents or templates.
  • Open and Edit LESS files - LESS files can be opened and edited in a source editing mode.
  • Validation - Presents validation errors in LESS files.
  • Content completion - Offers proposals for properties and the values that are available for each property.
  • Compile to CSS - Options are available to compile LESS files to CSS.
  • Syntax highlighting - Oxygen JSON Editor supports syntax highlighting in LESS files, although there may be some limitations in supporting all the LESS constructs.

For more information about LESS go to: http://lesscss.org/.