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 @@
.highlight
background-color: $pre-background
background-color: var(--#{$prefix}-pre-background)
border-radius: $radius-large
color: #586e75
pre