Sha256: 03ec7afa069e4bdc3de05c37d18a0431138a711bdead16be96523211bcd86f75

Contents?: true

Size: 475 Bytes

Versions: 11

Compression:

Stored size: 475 Bytes

Contents

/* Row */

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

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

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

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

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-editorial-1.0.11 _sass/components/_row.scss
jekyll-theme-editorial-1.0.10 _sass/components/_row.scss
jekyll-theme-editorial-1.0.9 _sass/components/_row.scss
jekyll-theme-editorial-1.0.8 _sass/components/_row.scss
jekyll-theme-editorial-1.0.7 _sass/components/_row.scss
jekyll-theme-editorial-1.0.6 _sass/components/_row.scss
jekyll-theme-editorial-1.0.5 _sass/components/_row.scss
jekyll-theme-editorial-1.0.4 _sass/components/_row.scss
jekyll-theme-editorial-1.0.3 _sass/components/_row.scss
jekyll-theme-editorial-1.0.2 _sass/components/_row.scss
jekyll-theme-editorial-1.0.1 _sass/components/_row.scss