Categories

less

Carey Burns April 16, 2015
No votes yet.
Please wait...

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:

lesscss

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.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.