Sha256: 250f614c1ff9debe8174c5a23c041ca27aab938883c3949e621fef3bde9b7f0f
Contents?: true
Size: 415 Bytes
Versions: 65
Compression:
Stored size: 415 Bytes
Contents
// Box Sizing // ========== // Box Sizing // ---------- // Check for an existing support mixin, or provide a simple fallback. // - $model: <box-sizing> @mixin susy-box-sizing( $model: content-box ) { @if susy-support(box-sizing, (mixin: box-sizing), $warn: false) { @include box-sizing($model); } @else { $prefix: (moz, webkit, official); @include susy-prefix(box-sizing, $model, $prefix); } }
Version data entries
65 entries across 65 versions & 2 rubygems