Update SASS on OSX
I needed to use the latest version of SASS (v3.2) in order to use a new feature where you can pass @content blocks to @mixins. Updating is pretty simple, this worked on OSX 10.8.2: # sudo gem update As an FYI, here’s an example of using @content blocks: @mixin retina …