Sha256: 1233e9273157e2a7c23eb3c46a0f3412f040c57e8127e1c8365625c684ca9280
Contents?: true
Size: 233 Bytes
Versions: 3
Compression:
Stored size: 233 Bytes
Contents
@mixin define-max-width($width) { #{ select-class(max-width $width) } { @include set-max-width($width); } } @mixin define-max-widths($widths) { @each $width in list-series($widths) { @include define-max-width($width); } }
Version data entries
3 entries across 3 versions & 1 rubygems