Sha256: 77426571b9b866e8b5c074a87fb2a06ef5da54f96f3f0d1f9297a7dc070d00fa
Contents?: true
Size: 227 Bytes
Versions: 7
Compression:
Stored size: 227 Bytes
Contents
//////////////////////// // Cheat at CSS // // Applies a natural box layout modeul to all elements. // From http://paulirish.com/2012/box-sizing-border-box-ftw/ //////////////////////// * { @include box-sizing('border-box'); }
Version data entries
7 entries across 7 versions & 1 rubygems