Sha256: 2dd633e1eb40b3196b5696b8e3a35e42d4ba6694310878eeee257cdd175ff575

Contents?: true

Size: 714 Bytes

Versions: 8

Compression:

Stored size: 714 Bytes

Contents

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

/* Row */

	.row {
		@include html-grid(1.75em);

		@include breakpoint('<=xlarge') {
			@include html-grid(1.75em, xlarge);
		}

		@include breakpoint('<=large') {
			@include html-grid(1.75em, large);
		}

		@include breakpoint('<=medium') {
			@include html-grid(1.75em, medium);
		}

		@include breakpoint('<=small') {
			@include html-grid(1.25em, small);
		}

		@include breakpoint('<=xsmall') {
			@include html-grid(1.25em, xsmall);
		}

		@include breakpoint('<=xxsmall') {
			@include html-grid(1.25em, xxsmall);
		}
	}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-mrwooo-solid-state-0.2.003 _sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.003 assets/sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.002 _sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.002 assets/sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.001 _sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.001 assets/sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.0 _sass/components/_row.scss
jekyll-theme-mrwooo-solid-state-0.2.0 assets/sass/components/_row.scss