Skip to content

Instantly share code, notes, and snippets.

@FrankFang
Created September 20, 2012 09:50
Show Gist options
  • Save FrankFang/3754986 to your computer and use it in GitHub Desktop.
Save FrankFang/3754986 to your computer and use it in GitHub Desktop.
prefixes of browsers
$prefixes : -webkit-, -moz-, -ms-, -o-,"";
@mixin border-radius($radius) {
@each $pre in $prefixes {
#{$pre}border-radius:$radius;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment