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-testimonials
background-color: $background
background-color: var(--#{$prefix}-background)
.bd-testimonial
align-items: flex-start
@@ -7,7 +7,7 @@
justify-content: center
.bd-testimonial-tweet
background-color: $scheme-main
background-color: var(--#{$prefix}-scheme-main)
.bd-more-loves
align-items: center
@@ -57,7 +57,7 @@
.hero.bd-is-love
.title,
.subtitle
color: $scheme-main
color: var(--#{$prefix}-scheme-main)
@keyframes rainbow
0%
@@ -111,7 +111,7 @@
margin-left: 1.5rem
.bd-shoutout
background-color: $background
background-color: var(--#{$prefix}-background)
padding: 2rem
text-align: center
&:not(:last-child)