Sha256: e294064189929693fac4de42b67593e2ff2717eff96c631fa54ad1c8003c07e7
Contents?: true
Size: 282 Bytes
Versions: 51
Compression:
Stored size: 282 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, -ms, not -khtml, official ); }
Version data entries
51 entries across 48 versions & 5 rubygems