Sha256: 107a0e97911243f05cbbc8bdcb87f851224902217d4304792d369b75e824b721

Contents?: true

Size: 261 Bytes

Versions: 12

Compression:

Stored size: 261 Bytes

Contents

//
//  Shorthand for CSS columns
//  @include text-columns(3,20px);
//
@mixin text-columns($count:2,$gap:20px,$width:auto,$rule:none) {
	@include column-count($count);
	@include column-gap($count);
	@include column-width($width);
	@include column-rule($rule);
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
stitch-0.1.7.beta.3 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.7.beta.2 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.7.beta.1 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.6 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.5 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.4 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.4.beta.2 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.4.beta.1 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.3.2 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.3.1 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.3 stylesheets/stitch/patterns/layout/_columns.scss
stitch-0.1.2 stylesheets/stitch/patterns/layout/_columns.scss