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

@@ -12,7 +12,7 @@
margin: 0.25rem auto 0.25rem 0
.bd-klmn-gap
background-color: $background
background-color: var(--#{$prefix}-background)
border-radius: $radius
color: $red
font-family: $family-monospace
@@ -24,7 +24,7 @@
white-space: nowrap
&.bd-is-selected
background-color: $green
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
.bd-klmn-columns:last-child
.bd-notification