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