Created
August 19, 2014 21:47
-
-
Save srsgores/800b8d2876c3a1ede3f9 to your computer and use it in GitHub Desktop.
Generate Placeholders in Stylus
This file contains 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
displays = block inline-block inline table | |
derps = me myMom myDad smurffy | |
generatePlaceholder(display, displays) | |
generatePlaceholder(derp, derps) | |
body | |
@extend $block | |
@extend $smurffy | |
p | |
@extend $inline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment