Sha256: 0205355ee365f25dbb97153be7de9e49c639682b4c017f21c9f7a16dbdb4b2a2
Contents?: true
Size: 569 Bytes
Versions: 15
Compression:
Stored size: 569 Bytes
Contents
// Apply a natural box layout model to all elements, but allowing components to // change html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { background-color: $color-white; overflow-x: hidden; } // Hack for clearfixes .lt-ie9 { * { filter: none !important; /* stylelint-disable-line declaration-no-important */ } } // for IE < 11, see: // <http://caniuse.com/#feat=hidden> [hidden] { display: none !important; /* stylelint-disable-line declaration-no-important */ } *:focus, .usa-focus { @include focus; }
Version data entries
15 entries across 12 versions & 2 rubygems