Sha256: b119e42b3e969d289b39d6b1d683284df428e9266e983faa538f0659c204f55d
Contents?: true
Size: 581 Bytes
Versions: 26
Compression:
Stored size: 581 Bytes
Contents
@each $name, $width in $border-widths { .border#{$name} { border: $width solid $border-color !important; } .border-top#{$name} { border-top: $width solid $border-color !important; } .border-right#{$name} { border-right: $width solid $border-color !important; } .border-bottom#{$name} { border-bottom: $width solid $border-color !important; } .border-left#{$name} { border-left: $width solid $border-color !important; } } @each $name, $color in $all-colors { @include border-color-util('.border-#{$name}') { border-color: $color !important; } }
Version data entries
26 entries across 26 versions & 1 rubygems