Sha256: 3ac58279e20f2ecf8b15061385c5b502df6682165e4140cf46fc9bebb74c8681
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stitch-0.1.1 | stylesheets/stitch/patterns/layout/_columns.scss |
stitch-0.1.0 | stylesheets/stitch/patterns/layout/_columns.scss |