Links tagged with “scss”
-
Transitioning to SCSS at Scale
How Etsy moved from “400,000+ lines of CSS split over 2000+ files” to using SCSS.
-
Sass Guidelines
Really good, whether you agree with all the decisions or not. I now want to reorganise all my Sass files. (via Tom Taylor)
-
How to structure a Sass project
Another thing I thought I’d bookmarked ages ago. This is pretty much what I do these days.
-
IE-friendly mobile-first CSS with Sass 3.2
Via previous link, on serving separate, slightly different, stylesheets for old IEs and everything else.
-
Responsive grid system which works in IE6 | Technology at GDS
Using SCSS. And not an ugly hack. Having been thinking about grids/page structure at work recently, and needing to support old browsers, this is handy. (via @benterrett)