When editing LESS files, you can compile the files into CSS.
Oxygen XML Editor provides
both manual and automatic options to compile LESS stylesheets into CSS.
Important: The LESS processor works well only with files having the
UTF-8 encoding. Thus,
it is highly recommended that you always use the
utf-8 encoding when
working with LESS files or the files they import (other LESS or CSS files). You can use the
following directive at the beginning of your
files:
@charset "utf-8";