Book Image

Learning LESS [Video]

By : Anthony Killeen
Book Image

Learning LESS [Video]

By: Anthony Killeen

Overview of this book

<p>CSS is great; it’s a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it’s often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to speed up your development and make your stylesheets easier to produce.</p> <p>Learning LESS will guide you through the basics of setting up LESS within your workflow. LESS is like CSS on steroids. This course will introduce you to the main features of the language and leave you with the know-how required to make your stylesheets more efficient and maintainable.</p> <p>This course starts with the fundamentals and shows you how powerful LESS can be. We’ll start by introducing you to the language, followed by incorporating LESS into our workflow, including automation and taskrunners. You’ll learn what variables do and how to use them. You’ll then find out how to create maintainable CSS using mixins and extends, and you’ll discover the best way to organise your LESS code. We’ll look at the powerful built-in functions and finally examine the other ways to power up our front-end development workflow!</p> <p>Learning LESS takes you from zero to hero, leaving you with the expertise required to produce efficient stylesheets.</p> <h1>Style and Approach</h1> <p>This course takes a casual-yet-direct approach to learning LESS. We’ll talk through the features and then get hands-on building out some styles. You’ll learn by doing!</p>
Table of Contents (6 chapters)
Chapter 3
Variables Can Make Our Lives Easier
Content Locked
Section 3
Basics: Nesting
Nesting our LESS selectors can help in organizing our code into useful chunks, and this video will look at the good and bad points of nesting. - Find some code and nest them - View the nested code