added border-box mixing
This commit is contained in:
@@ -44,3 +44,10 @@
|
||||
-o-border-image: url(@url) @slice @repeat;
|
||||
border-image: url(@url) @slice @repeat;
|
||||
}
|
||||
|
||||
.border-box{
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-o-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
Reference in New Issue
Block a user