Skip to content

Instantly share code, notes, and snippets.

@pjambet
Created September 16, 2012 18:00
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 pjambet/3733497 to your computer and use it in GitHub Desktop.
Save pjambet/3733497 to your computer and use it in GitHub Desktop.
My mixins
@mixin arrow_bottom_001($color: black, $width: 4px)
position: relative
&:after
content: ""
height: 0
width: 0
border-style: solid
border-width: $width
border-color: $color transparent transparent transparent
position: absolute
right: 0
top: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment