How To Build a Modern Website in 2011 – Tom Milway – Blog

I don't agree with everything the author says. Particularly where he ignores all business cases to the exclusivity of the user. To be sure, the best business plans align the two as closely as possible, but he ignores things like branding altogether. That's not really the relevant part of his post though. Instead, his post is another piece in support of mobile first, responsive design and why people need to be developing sites that way. And for that it's a worthwhile read.

“Mobile first” CSS and getting Sass to help with legacy IE – Nicolas Gallagher

An approach to building responsive websites that also work in IE using SASS to output a separate stylesheet. This technique avoids any JS dependencies. I hadn't really considered the single stylesheet drawback of using LESS/SASS. I would normally just hand roll the separate stylesheet, which defeats the purpose of using LESS or SASS.