mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 13:29:35 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -3,6 +3,8 @@ $tag-color: var(--text, #{$text}) !default
|
||||
$tag-radius: var(--radius, #{$radius}) !default
|
||||
$tag-delete-margin: 1px !default
|
||||
|
||||
$tag-colors: $colors !default
|
||||
|
||||
.tags
|
||||
align-items: center
|
||||
display: flex
|
||||
@@ -76,7 +78,7 @@ $tag-delete-margin: 1px !default
|
||||
+ltr-property("margin", 0.25rem, false)
|
||||
+ltr-property("margin", -0.375rem)
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
@each $name, $pair in $tag-colors
|
||||
$color: nth($pair, 1)
|
||||
$color-invert: nth($pair, 2)
|
||||
&.is-#{$name}
|
||||
|
||||
Reference in New Issue
Block a user