Use var() notation

This commit is contained in:
Jeremy Thomas
2019-10-18 14:05:37 -04:00
parent 867a306fc3
commit 6b09dcfcf0
23 changed files with 390 additions and 228 deletions

View File

@@ -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