Sha256: 84c6f5a93c80c8f4cb601a2f54f6204ed898846a88c0b58f704b03163d741e9b
Contents?: true
Size: 280 Bytes
Versions: 13
Compression:
Stored size: 280 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"; *, *:after, *:before { @include box-sizing('border-box'); }
Version data entries
13 entries across 13 versions & 1 rubygems