Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created August 6, 2011 13:29
Show Gist options
  • Save scottkellum/1129332 to your computer and use it in GitHub Desktop.
Save scottkellum/1129332 to your computer and use it in GitHub Desktop.
Vendor Prefixer
=prefix($attribute, $value)
-webkit-#{$attribute}: $value
-moz-#{$attribute}: $value
-ms-#{$attribute}: $value
-o-#{$attribute}: $value
#{$attribute}: $value
+prefix(box-shadow, 2px 0 5px #000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment