mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
$form-colors: $colors !default
|
||||
|
||||
$input-color: var(--text-strong, #{$text-strong}) !default
|
||||
$input-background-color: var(--scheme-main, #{$scheme-main}) !default
|
||||
$input-border-color: var(--border, #{$border}) !default
|
||||
|
||||
Reference in New Issue
Block a user