Skip to content

Daniel Koskinen

I'm a web developer enjoying life in Tampere, Finland. I get enthusiastic about usability, accessibility and tea.

  • Home
  • About

Tag: less

SASS, LESS and nesting overload

Both SASS and LESS are really nice tools for CSS developers. Both have the ability to nest selectors like this: #header { h1 { font-size: 3em } p { font-size: 1.2em } } …which compiles to #wrapper h1 { font-size: 3em } #wrapper p { font-size: 1.2em } Nesting is really useful, just don’t go… Continue reading SASS, LESS and nesting overload

Published June 15, 2012
Categorised as Web Tagged css, less, sass
Daniel Koskinen
Proudly powered by WordPress.