4 lines
92 B
Sass
4 lines
92 B
Sass
=box-sizing($type)
|
|
-webkit-box-sizing: $type
|
|
-moz-box-sizing: $type
|
|
box-sizing: $type
|