Created
July 8, 2014 11:47
-
-
Save mburger89/f8cc8c5ef0f1566b0015 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
// ---- | |
// Sass (v3.3.9) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
h1 { | |
font-family:helvetica, sans-serif; | |
a{ | |
color:#fff; | |
:hover{ | |
color: #000; | |
} | |
} | |
} |
This file contains 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
h1 { | |
font-family: helvetica, sans-serif; | |
} | |
h1 a { | |
color: #fff; | |
} | |
h1 a :hover { | |
color: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just testing out sassmeister.com/