Sha256: 1a1d352e4c9458b1ed5fb118adce22ad11f9fbb25becd2baf54562a20722d408
Contents?: true
Size: 283 Bytes
Versions: 10
Compression:
Stored size: 283 Bytes
Contents
// ------------------------------------------------------------------- // // Quickly target H# - H# // ------------------------------------------------------------------- // @mixin headings($from: 1, $to: 6){ @for $i from $from through $to{ h#{$i}{ @content } } }
Version data entries
10 entries across 10 versions & 1 rubygems