Skip to content

Instantly share code, notes, and snippets.

View srbiv's full-sized avatar

Stafford Brooke srbiv

View GitHub Profile
@srbiv
srbiv / gist:1047026
Created June 25, 2011 23:27
guard-livereload compass example
guard 'livereload' do
watch(%r{(sass/).+\.scss}) { "compass compile" }
watch(%r{(stylesheets/).+\.css})
end
@srbiv
srbiv / _mixes.scss
Created April 28, 2011 22:40
General Compass Mixins
@import "compass";
/////////////////////////////////////////////////////////
//
// Image replacement for elements with hover state
//
// $image - image file that contains default state with
// a hover state directly below it