LESS is MOAR
A guide to easier & more efficient CSS
using the LESS preprocessor.
Tuesday, 05 February, 13
Randy Oest
Designer & Developer
Williams Randall Marketing
@amazingrando
Tuesday, 05 February, 13
CSS has limitations
• NO Variables
• NO Calculations
• NO Color Manipulations
• NO Libraries
Tuesday, 05 February, 13
What is LESS?
LESS is a CSS preprocessor.
It takes written code and
processes it into CSS.
CSS
Tuesday, 05 February, 13
Preprocessors are popular
Because they put the
focus on the thinking
and reduce grunt work.
PHP and ASP are to HTML
as LESS and SASS are to CSS.
Tuesday, 05 February, 13
Compiling LESS
• Javascript (Not For Production)
• Server-side (Node.js, LESS Gem,
LESS.NET, etc.)
• Precompile with an app
(CodeKit, SimpLESS)
Tuesday, 05 February, 13