Less CSS
Created by Orckestra
How to create and use .less files
- On your website, create a file with the
.less
extension, 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
.less
file as you do for.css
files:
Expand code