Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created November 19, 2014 22:32
Show Gist options
  • Save mirisuzanne/7f67f622e12325205d62 to your computer and use it in GitHub Desktop.
Save mirisuzanne/7f67f622e12325205d62 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
}
#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