New Class: How to Use LESS
CSS stylesheets can become hard to manage on large projects. It can become a headache to manage hundreds or thousands of styles.
LESS is a solution that designers use to make their CSS much more efficient. LESS allows you to use plain CSS, but also add programming features such as variables, mixins, and functions. You can create CSS code that is easy to re-use and extend. This makes learning LESS a very popular choice for coders, including those who build popular design frameworks, themes and templates.
This week’s new class is called “How to Use LESS“. You’ll learn about all the key features available in LESS.
After watching this class, take a look at “How to Use SASS“, which is a very popular alternative to LESS.
{snippet sign-up-button-for-blog-posts}