LESS Online Training
- Topics include:
- What are LESS and Sass?
- Using variables in your CSS
- Working with reusable and parameterized mixins
- Implementing nested rules
- Combining CSS rules with operations
- Using the built-in functions in LESS and Sass
- Controlling the CSS output formatting
- Importing external files
- Introducing LESS
- Demo: less.js
- Less on the Server
- Demo: dot less
- LESS Basics
- Demo: Hello World LESS
- Using Variables and Operations
- Demo: Using Variables
- Mixins
- Demo: Creating a Mixin
- Nested Rules
- Demo: Refactoring Rules
- Other Features
- Demo: Using namespaces and scoping
Curriculum-Normal Track
Section 1: Getting Started
- Important - Download These First - Working Files Text
- 0101 What Is {LESS}?
- 0102 A Quick Introduction To {LESS}
-
0103 Installing Firebug
- 0104 How To Access Your Working Files
- 0201 Importing Files
- 0202 {LESS} On The Client Site
- 0203 Our First {LESS} File
- 0204 Commenting Our {LESS}
- 0301 Defining And Using A Variable
- 0302 Modifying The Value And Scope Of A Variable
- 0303 Identifying Syntax Errors
- 0304 Using Mixins
- 0305 Parametric Mixins - Passing Parameters
- 0306 Conditional Tests - Guards
- 0307 Parametric Mixins - Multiple Parameters
- 0308 Importing External Files
- 0401 Basics Of Nesting
- 0402 Nesting Multiple Selectors
- 0403 Nesting With Pseudo-Classes
- 0501 Basic Math In {LESS}
- 0502 Defined {LESS} Functions - Colour
- 0503 Defined {LESS} Functions - Math
- 0601 Compiling {LESS} To CSS
- 0602 The Completed Project And Further Topics
Section 2: Building Our {LESS} Files
Section 3: Building Consistent Values