Created
July 15, 2014 21:52
-
-
Save wehrhaus/f8d68da9cc155986ce9b to your computer and use it in GitHub Desktop.
Stylus Diamond Generator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diamond(width, dColor) | |
dWidth = unit(width, px) | |
display block | |
width dWidth; | |
height dWidth; | |
background dColor | |
position relative | |
top dWidth | |
transform rotate(-45deg) | |
transform-origin 0 100% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment