Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Three Years of Purging Sass

Three Years of Purging Sass

Writing Sass is easy. Well, kind of. In fact, the average quality of open-sourced Sass code is quite low. I care. That's why I have been contributing to dozen of repositories and projects over the last 3 years to level up the Sass game on GitHub.

This talk is a summary of all the common mistakes, poor practices and bad design patterns I have met along the journey. Hopefully, you will have a deeper understanding of the language after this presentation, able to avoid the usual pitfalls from writing Sass code.

Kitty Giraudel

August 27, 2015
Tweet

More Decks by Kitty Giraudel

Other Decks in Programming

Transcript

  1. berlin amsterdam san francisco singapore stuttgart edenspiekermann_ Three years
 of

    purging Sass Frontend Conference (Zurich) August 27th, 2015
  2. nil

  3. nav { … ul { … li { … a

    { … &:hover { … } } } } } Nope.
  4. nav { … } nav ul { … } nav

    li { … } nav a { … } nav a:hover { … }
  5. berlin amsterdam san francisco singapore stuttgart edenspiekermann_ Thank you. Any

    question?
 -> @HugoGiraudel Hugo Giraudel, Front-end Developer @HugoGiraudel [email protected] www.edenspiekermann.com