Skip to content

Instantly share code, notes, and snippets.

@srsgores
Created August 19, 2014 21:47
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 srsgores/800b8d2876c3a1ede3f9 to your computer and use it in GitHub Desktop.
Save srsgores/800b8d2876c3a1ede3f9 to your computer and use it in GitHub Desktop.
Generate Placeholders in Stylus
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