CSS Preprocessors

Preview:

DESCRIPTION

Talk on CSS Preprocessors at Hogeschool Rotterdam (1 february 2013) during the MT Meetup. Full schedule: https://joind.in/event/view/1203

Citation preview

CSS PREPROCESSORS - 1 Feb 2013Alex Meijer

CSS WHAT??“ CSS preprocessors take code written in

the preprocessed language and thenconvert that code into the same old css

we’ve been writing for years. ”

USAGE

TYPE OF PREPROCESSOR

LESS IS MORE...what about SASS?

POWER OF PREPROCESSORS!1. Nesting2. Variables !!!!3. Mixins !!!!4. Inheritance !!!!5. many many more....

1. NESTING

2. VARIABLES

3. MIXINS

4. INHERITANCE

HANDS ON!!!

MISCONCEPTIONSFaster CSSCleaner CSS → development vs productionLESS requires JavascriptSASS runs on the command line → tools!

QUESTIONS?@AmeijerNL

Recommended