Sha256: 98839fa313e54a6137b300a67974744e6589fb6733f6a0a85d02590b3fc129bd
Contents?: true
Size: 213 Bytes
Versions: 305
Compression:
Stored size: 213 Bytes
Contents
@import "../tokens/exports/shadows"; @mixin shadow-classes($shadows-list) { @each $name, $shadow in $shadows-list { .#{$name} { box-shadow: $shadow; } } } @include shadow-classes($box_shadows);
Version data entries
305 entries across 305 versions & 1 rubygems