16
CSS PREPROCESSORS - 1 Feb 2013 Alex Meijer

CSS Preprocessors

Embed Size (px)

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

Page 1: CSS Preprocessors

CSS PREPROCESSORS - 1 Feb 2013Alex Meijer

Page 2: CSS Preprocessors

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. ”

Page 4: CSS Preprocessors

USAGE

Page 5: CSS Preprocessors

TYPE OF PREPROCESSOR

Page 6: CSS Preprocessors

LESS IS MORE...what about SASS?

Page 7: CSS Preprocessors

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

Page 8: CSS Preprocessors

1. NESTING

Page 9: CSS Preprocessors
Page 10: CSS Preprocessors

2. VARIABLES

Page 11: CSS Preprocessors

3. MIXINS

Page 12: CSS Preprocessors
Page 13: CSS Preprocessors

4. INHERITANCE

Page 14: CSS Preprocessors

HANDS ON!!!

Page 15: CSS Preprocessors

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

Page 16: CSS Preprocessors

QUESTIONS?@AmeijerNL