Skip to content

Instantly share code, notes, and snippets.

@allmarkedup
Created July 21, 2012 14:06
Show Gist options
  • Save allmarkedup/3155899 to your computer and use it in GitHub Desktop.
Save allmarkedup/3155899 to your computer and use it in GitHub Desktop.
on variables and mixins in css
.bordered {
border-top: 1px dotted black;
border-bottom: 2px solid black;
}
.post a {
color: red;
.bordered;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment