initial
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// Box sizing
|
||||
.box-sizing (@type: border-box) {
|
||||
-webkit-box-sizing: @type;
|
||||
-moz-box-sizing: @type;
|
||||
box-sizing: @type;
|
||||
}
|
||||
Reference in New Issue
Block a user