Less CSS
Created by Orckestra
How to create and use .less files
- On your website, create a file with the
.lessextension, e.g.~/Frontend/Styles/mystyles.less - Add styles as you do in CSS files with the additional LESS syntax, for example:
Expand code
Please see examples at http://www.lesscss.org/. - In the Layout perspective, edit a page layout template and link it to this
.lessfile as you do for.cssfiles:
Expand code

