2 /// Editorial by HTML5 UP
3 /// html5up.net | @ajlkn
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
9 // MSIE: Required for IEMobile.
14 // MSIE: Prevents scrollbar from overlapping content.
16 -ms-overflow-style: scrollbar;
19 // Ensures page width is always >=320px.
20 @include breakpoint('<=xsmall') {
26 // Set box model to border-box.
27 // Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
29 box-sizing: border-box;
32 *, *:before, *:after {
37 background: _palette(bg);
39 // Stops initial animations until page loads or stops resizing.
42 *, *:before, *:after {
43 @include vendor('animation', 'none !important');
44 @include vendor('transition', 'none !important');