Sha256: 7e0d0da47378867edea0e1bb547c6a8b822f5f5df2f1248def5eeddb77a0edc6
Contents?: true
Size: 832 Bytes
Versions: 28
Compression:
Stored size: 832 Bytes
Contents
@each $color, $hex in $theme-colors { @for $i from 1 through 4 { .border-#{$i}-#{$color} { // stylelint-disable-next-line declaration-no-important border: #{$i}px solid $hex !important; } .border-top-#{$i}-#{$color} { // stylelint-disable-next-line declaration-no-important border-top: #{$i}px solid $hex !important; } .border-right-#{$i}-#{$color} { // stylelint-disable-next-line declaration-no-important border-right: #{$i}px solid $hex !important; } .border-bottom-#{$i}-#{$color} { // stylelint-disable-next-line declaration-no-important border-bottom: #{$i}px solid $hex !important; } .border-left-#{$i}-#{$color} { // stylelint-disable-next-line declaration-no-important border-left: #{$i}px solid $hex !important; } } }
Version data entries
28 entries across 28 versions & 1 rubygems