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

@@ -164,7 +164,7 @@ $structure-invert: $danger-invert
position: relative
&::before
+overlay
background: rgba($scheme-invert, 0.7)
background: rgba(var(--#{$prefix}-scheme-invert), 0.7)
background: $background
border: 1px solid $border
content: ""
@@ -193,7 +193,7 @@ $structure-invert: $danger-invert
.bd-expand
background: none
border: none
color: $text
color: var(--#{$prefix}-text)
cursor: pointer
font-size: 0.625rem
outline: none