Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created February 14, 2012 18:16
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 jensgro/1828765 to your computer and use it in GitHub Desktop.
Save jensgro/1828765 to your computer and use it in GitHub Desktop.
mixin for arrow via :before or :after
@mixin before-after($border-width: 10px) {
content: ""; display: block; width: 0; height: 0; border: $border-width solid transparent; position: absolute;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment