Sha256: cbb19b5de7f0fff578395a3f7cf7034c0930e44edbe7a255a74130d828c1834f
Contents?: true
Size: 792 Bytes
Versions: 21
Compression:
Stored size: 792 Bytes
Contents
// MSIE: Required for IEMobile. @-ms-viewport { width: device-width; } // MSIE: Prevents scrollbar from overlapping content. body { -ms-overflow-style: scrollbar; } // Set box model to border-box. // Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice html { box-sizing: border-box; scroll-behavior: smooth; } *, *:before, *:after { box-sizing: inherit; } body { background: _palette(bg); // Stops initial animations until page loads or stops resizing. &.is-preload, &.is-resizing { *, *:before, *:after { @include vendor('animation', 'none !important'); @include vendor('transition', 'none !important'); } } }
Version data entries
21 entries across 21 versions & 1 rubygems