node_modules/bulma/sass/form/tools.sass in bulma-clean-theme-0.9.2 vs node_modules/bulma/sass/form/tools.sass in bulma-clean-theme-0.10

- old
+ new

@@ -1,10 +1,12 @@ $label-color: $text-strong !default $label-weight: $weight-bold !default $help-size: $size-small !default +$label-colors: $form-colors !default + .label color: $label-color display: block font-size: $size-normal font-weight: $label-weight @@ -20,10 +22,10 @@ .help display: block font-size: $help-size margin-top: 0.25rem - @each $name, $pair in $colors + @each $name, $pair in $label-colors $color: nth($pair, 1) &.is-#{$name} color: $color // Containers