Only use derived variables

This commit is contained in:
Jeremy Thomas
2019-10-13 16:11:19 +01:00
parent 0f988eadd9
commit ac0399d971
23 changed files with 83 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
.bd-expo
background-color: $white
background-color: $scheme-main
padding: 1.5rem
.bd-website
@@ -31,7 +31,7 @@
transition: opacity 200ms $easing
.bd-website-overlay
background-color: $black
background-color: $scheme-invert
opacity: 0
transition: opacity 200ms $easing