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

@@ -1,5 +1,5 @@
.bd-expo
background-color: $scheme-main
background-color: var(--#{$prefix}-scheme-main)
padding: 1.5rem
.bd-website
@@ -31,7 +31,7 @@
transition: opacity 200ms $easing
.bd-website-overlay
background-color: $scheme-invert
background-color: var(--#{$prefix}-scheme-invert)
opacity: 0
transition: opacity 200ms $easing