This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
guard 'livereload' do | |
watch(%r{(sass/).+\.scss}) { "compass compile" } | |
watch(%r{(stylesheets/).+\.css}) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "compass"; | |
///////////////////////////////////////////////////////// | |
// | |
// Image replacement for elements with hover state | |
// | |
// $image - image file that contains default state with | |
// a hover state directly below it |
NewerOlder