Skip to content

Commit

Permalink
background-size doesn't need prefixes for opera or webkit: http://www…
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrids committed Feb 13, 2013
1 parent c4bb126 commit 4df9c0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,5 +22,5 @@ $default-background-size: 100% auto !default;
) {
$size-1: if(type-of($size-1) == string, unquote($size-1), $size-1);
$sizes: compact($size-1, $size-2, $size-3, $size-4, $size-5, $size-6, $size-7, $size-8, $size-9, $size-10);
@include experimental(background-size, $sizes, -moz, -webkit, -o, not -ms, not -khtml);
@include experimental(background-size, $sizes, -moz, not -webkit, not -o, not -ms, not -khtml);
}

0 comments on commit 4df9c0b

Please sign in to comment.