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

SCSS vs LESS

SCSS vs LESS

Comparing and contrasting two CSS alternatives

Andrew Thal

April 20, 2012
Tweet

More Decks by Andrew Thal

Other Decks in Technology

Transcript

  1. Feature Variables Mixins String Interpolation JS Evaluation SCSS $ @mixin

    #{} none LESS @ . #{} `"hello".toUpperCase() + '!'` Syntax Differences