- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
less
April 16, 2015
LESS is a dynamic style language that provides the following extensions to CSS: variables, nested blocks, mixins, operators and functions.
Unlike regular CSS, LESS works much more like a programming language.
It is also called “dynamic” because it enriches CSS with many common features available in most modern dynamic programming languages (like variables, for instance).
This means that you can create concise stylesheets and re-use different styles more easily:

LESS compiler, which is written in JavaScript, will convert all your LESS code into CSS to be interpretative by the client.
However, less files are not for the non-professional developers, advanced skills are needed for working with LESS files.
sources/less directory is included in the template package not for production, for developers only.
Please visit the official website for more information and instructions.