mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Use var() notation
This commit is contained in:
@@ -70,11 +70,11 @@ $bootstrap-invert: #fff
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
.bd-is-empty
|
||||
background-color: $background
|
||||
color: $text-light
|
||||
background-color: var(--#{$prefix}-background)
|
||||
color: var(--#{$prefix}-text-light)
|
||||
.bd-is-unique
|
||||
background-color: rgba($green, 0.25)
|
||||
color: $text-strong
|
||||
color: var(--#{$prefix}-text-strong)
|
||||
font-weight: $weight-bold
|
||||
|
||||
.bd-bootstrap-comparison-header
|
||||
|
||||
Reference in New Issue
Block a user