Mastodon
Back to home

BPScott/breakup · GitHub

Breakup is a Sass component that allows you to create multiple CSS files from a single Sass partial by wrapping your code within breakpoint blocks. It allows you to abstract what your Sass partials folder looks like from what CSS files you create.

April 24, 2014

I’ve been playing around with Codekit for the past week or so and I can say it’s pretty awesome. My favorite feature is Safari integration which brings the “Live Preview” feature that I loved in CSSEdit to my Sass development.

December 20, 2012

Helpful note to future self: How to update to the most recent version of SASS.

$ sudo gem install sass --pre
September 25, 2012
Related Tags