Posts Tagged ‘sass’

Extended CSS

I discovered a few tools for extending CSS while reading the comments to Different Ways to Format CSS on CSS Tricks:

LESS — “LESS extends CSS with: variables, mixins, operations and nested rules. Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they’ll just work.” [...]