Sha256: 430c809c38e10bff3f996011496849dd9a252461e733a20e43d5b741cc0355cf
Contents?: true
Size: 451 Bytes
Versions: 727
Compression:
Stored size: 451 Bytes
Contents
@import "../tokens/overflow"; $overflow_classes: ( visible: $visible, hidden: $hidden, scroll: $scroll, auto: $auto, ); $variants: ( overflow_x: "overflow-x", overflow_y: "overflow-y", overflow: "overflow", ); @each $variant_name, $variant_property in $variants { @each $class_name, $overflow_value in $overflow_classes { .#{$variant_name}_#{$class_name} { #{$variant_property}: #{$overflow_value} !important; } } }
Version data entries
727 entries across 727 versions & 1 rubygems