Skip to content

Instantly share code, notes, and snippets.

@mburger89
Created July 8, 2014 11:47
Show Gist options
  • Save mburger89/f8cc8c5ef0f1566b0015 to your computer and use it in GitHub Desktop.
Save mburger89/f8cc8c5ef0f1566b0015 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
h1 {
font-family:helvetica, sans-serif;
a{
color:#fff;
:hover{
color: #000;
}
}
}
h1 {
font-family: helvetica, sans-serif;
}
h1 a {
color: #fff;
}
h1 a :hover {
color: #000;
}
@mburger89
Copy link
Author

just testing out sassmeister.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment