_s: Remove remaining box-sizing prefix.
Also removes the box-sizing mixin, as it is of no use anymore. See http://caniuse.com/#feat=css3-boxsizing See #558. Fixes #561.
This commit is contained in:
parent
69171d3ea3
commit
8ba2a53f3a
4 changed files with 4 additions and 14 deletions
|
@ -4,13 +4,6 @@
|
|||
font-size: $sizeValue + rem;
|
||||
}
|
||||
|
||||
// Box model
|
||||
@mixin box-sizing($box-model) {
|
||||
-webkit-box-sizing: $box-model; // Safari <= 7
|
||||
-moz-box-sizing: $box-model; // Firefox <= 19
|
||||
box-sizing: $box-model;
|
||||
}
|
||||
|
||||
// Border radius
|
||||
@mixin border-radius($radius) {
|
||||
background-clip: padding-box; /* stops bg color from leaking outside the border: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue