Skip to content

Instantly share code, notes, and snippets.

@tomleo
Created January 29, 2015 17:12
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 tomleo/36a0662a520b5f611bb7 to your computer and use it in GitHub Desktop.
Save tomleo/36a0662a520b5f611bb7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
//Use placeholders for repeating visual styles:
%dotted-border { border: 1px dotted #eee; }
.box {
@extend %dotted-border;
}
.box {
border: 1px dotted #eee;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment