Sha256: 223c2b29781fd29983c2ed1d0a681b418f2b636046f4bafff4f3d5f1e0026ec2
Contents?: true
Size: 287 Bytes
Versions: 5
Compression:
Stored size: 287 Bytes
Contents
@mixin box-sizing ($box) { // content-box | border-box | inherit @include experimental(box-sizing, $box, -moz, -webkit, -o, -ms, not -khtml, official) } // @include box-sizing(content-box); // @include box-sizing(border-box); // @include box-sizing(inherit);
Version data entries
5 entries across 5 versions & 1 rubygems