less is moar

Post on 27-Jan-2015

120 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

LESS is MOARA guide to easier & more efficient CSS

using the LESS preprocessor.

Tuesday, 05 February, 13

Randy OestDesigner & 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

Let’s Dive Into LESS

Tuesday, 05 February, 13

top related