Sha256: 69c6a92429b3e0d45861bc03b1b6a5f439bf57a00e05b873c648752726fc1bf6
Contents?: true
Size: 277 Bytes
Versions: 4
Compression:
Stored size: 277 Bytes
Contents
html { @if mixin-exists('box-sizing') { @include box-sizing('border-box'); } @else { -moz-box-sizing: border-box; box-sizing: border-box; } } *, *:before, *:after { box-sizing: inherit; } embed, img, object, video { max-width: 100%; height: auto; }
Version data entries
4 entries across 4 versions & 1 rubygems