SASS and LESS Support
Titania Delivery supports the conversion of style sheets written using the SASS or LESS CSS extension languages.
When referenced by a portal page, files with a .sass
or
.scss
file extension will be converted to CSS using SASS rules. Files
ending in .less
will be compiled using LESS. This means that the browser
will be served a single compiled CSS file, but portal theme developers can take advantage
of
the advanced features and simplicity of these pre-compiled languages. If an error
occurs
during stylesheet compilation, the output will be a CSS comment containing the error
message.