“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.