Sha256: f5e69b5f063df1d197a7b931ea09de0cefdc331d80d635a6d883208c89007c5d
Contents?: true
Size: 526 Bytes
Versions: 10
Compression:
Stored size: 526 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 */ }
Version data entries
10 entries across 7 versions & 2 rubygems