Sha256: b6d98cb075bbb352816b35ef69dd0df3f0db8b616c4cf3fdd9db8bcf3eb35e5e

Contents?: true

Size: 1 KB

Versions: 41

Compression:

Stored size: 1 KB

Contents

///
/// Editorial by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Basic */

	// MSIE: Required for IEMobile.
		@-ms-viewport {
			width: device-width;
		}

	// MSIE: Prevents scrollbar from overlapping content.
		body {
			-ms-overflow-style: scrollbar;
		}

	// Ensures page width is always >=320px.
		@include breakpoint('<=xsmall') {
			html, body {
				min-width: 320px;
			}
		}

	// Set box model to border-box.
	// Based on css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
		html {
			box-sizing: border-box;
		}

		*, *: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

41 entries across 41 versions & 2 rubygems

Version Path
jekyll-theme-html5up-editorial-0.1.1 _sass/base/_page.scss
jekyll-theme-html5up-editorial-0.1.0 _sass/base/_page.scss
jekyll-theme-consulting-0.7.2 _sass/base/_page.scss
jekyll-theme-consulting-0.7.1 _sass/base/_page.scss
jekyll-theme-consulting-0.7.0 _sass/base/_page.scss
jekyll-theme-consulting-0.6.12 _sass/base/_page.scss
jekyll-theme-consulting-0.6.11 _sass/base/_page.scss
jekyll-theme-consulting-0.6.10 _sass/base/_page.scss
jekyll-theme-consulting-0.6.9 _sass/base/_page.scss
jekyll-theme-consulting-0.6.8 _sass/base/_page.scss
jekyll-theme-consulting-0.6.7 _sass/base/_page.scss
jekyll-theme-consulting-0.6.6 _sass/base/_page.scss
jekyll-theme-consulting-0.6.5 _sass/base/_page.scss
jekyll-theme-consulting-0.6.4 _sass/base/_page.scss
jekyll-theme-consulting-0.6.3 _sass/base/_page.scss
jekyll-theme-consulting-0.6.2 _sass/base/_page.scss
jekyll-theme-consulting-0.6.1 _sass/base/_page.scss
jekyll-theme-consulting-0.6.0 _sass/base/_page.scss
jekyll-theme-consulting-0.5.0 _sass/base/_page.scss
jekyll-theme-consulting-0.4.6 _sass/base/_page.scss