Sha256: 5c41b0e910c66b139ec2c104df8868b827a28aa000d0586cc61646537a3cf1b4
Contents?: true
Size: 591 Bytes
Versions: 15
Compression:
Stored size: 591 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; color: $color-base; 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 15 versions & 4 rubygems