Created
November 19, 2014 22:32
-
-
Save mirisuzanne/7f67f622e12325205d62 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// Sass (v3.4.7) | |
// Compass (v1.0.1) | |
// ---- | |
$ww_blue: blue; | |
$contribute: 'contrib'; | |
##{$contribute} { | |
ul{ | |
list-style: none; | |
padding:0; | |
margin: 0; | |
} | |
h3 a { | |
color:$ww_blue; | |
text-decoration: none; | |
font-size: 16px; | |
display: block; | |
} | |
.form p{ | |
margin:0 0 5px 0; | |
color:$ww_blue; | |
} | |
} |
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
#contrib ul { | |
list-style: none; | |
padding: 0; | |
margin: 0; | |
} | |
#contrib h3 a { | |
color: blue; | |
text-decoration: none; | |
font-size: 16px; | |
display: block; | |
} | |
#contrib .form p { | |
margin: 0 0 5px 0; | |
color: blue; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment