Skip to content

Instantly share code, notes, and snippets.

@fffej
Created July 22, 2013 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fffej/6053800 to your computer and use it in GitHub Desktop.
Save fffej/6053800 to your computer and use it in GitHub Desktop.
@mixin border {
border: 1px solid #333;
}
article.post {
background: #eee;
@include border;
}
ul.menu {
background: #ccc;
@include border;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment