Sha256: 3487a83fae258f2c6863c0caf2ae5014b904c844742d14c9097ca6c2e06308c6
Contents?: true
Size: 286 Bytes
Versions: 28
Compression:
Stored size: 286 Bytes
Contents
@import "shared"; // Change the box model for Mozilla, Webkit, IE8 and the future // // @param $bs // [ content-box | border-box ] @mixin box-sizing($bs) { $bs: unquote($bs); @include experimental(box-sizing, $bs, -moz, -webkit, not -o, not -ms, not -khtml, official ); }
Version data entries
28 entries across 27 versions & 5 rubygems