seems khtml might actually need the prefix for background-clip
This commit is contained in:
parent
236efc264b
commit
0642deebc6
@ -37,7 +37,7 @@ $default-background-clip: padding-box !default;
|
||||
not -webkit,
|
||||
not -o,
|
||||
not -ms,
|
||||
not -khtml,
|
||||
-khtml,
|
||||
official
|
||||
);
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
.background-clip {
|
||||
-moz-background-clip: border;
|
||||
-webkit-background-clip: border;
|
||||
-khtml-background-clip: border-box;
|
||||
background-clip: border-box; }
|
||||
|
Loading…
Reference in New Issue
Block a user