Skip to content

Instantly share code, notes, and snippets.

@ianrose
Created June 4, 2013 17:38
Show Gist options
  • Save ianrose/5707904 to your computer and use it in GitHub Desktop.
Save ianrose/5707904 to your computer and use it in GitHub Desktop.
Chris Coyer Sass Style Guide
.weather {
@extends %module;
...
}
.weather {
@extends %module;
background: LightCyan;
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment