Sha256: 4ca7de7f55488beb599ea0c0592db1a7d1053e82abd0c7852d1caff287be7f75
Contents?: true
Size: 510 Bytes
Versions: 8
Compression:
Stored size: 510 Bytes
Contents
// Box Sizing @import "compass/support"; // The prefixed support threshold for box-sizing. // Defaults to the $graceful-usage-threshold. $box-sizing-support-threshold: $critical-usage-threshold !default; // Change the box model for Mozilla, Webkit, IE8 and the future // // $box-model: [ content-box | border-box | padding-box ] @mixin box-sizing($box-model) { $box-model: unquote($box-model); @include prefixed-properties(css3-boxsizing, $box-sizing-support-threshold, (box-sizing: $box-model)); }
Version data entries
8 entries across 8 versions & 2 rubygems