Skip to content

Instantly share code, notes, and snippets.

@mlabod
Created April 29, 2013 12:59
Show Gist options
  • Save mlabod/5481434 to your computer and use it in GitHub Desktop.
Save mlabod/5481434 to your computer and use it in GitHub Desktop.
Vendor aware stylus mixins
vendor(prop, args)
for prefix in vendors
if prefix == official
{prop}: args
else if transform in args
-{prefix}-{prop}: '-%s-%s' % (prefix args)
else
-{prefix}-{prop}:args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment