Add CSS variables to all elements

This commit is contained in:
Jeremy Thomas
2020-08-16 00:52:25 +01:00
parent 340f13d168
commit 0ecc5bd35d
4 changed files with 33 additions and 24 deletions

View File

@@ -21,6 +21,7 @@ $box-link-active-shadow: inset 0 1px 2px $box-link-active-shadow-color, 0 0 0 1p
--box-padding: #{$box-padding}
--box-link-hover-shadow: #{$box-link-hover-shadow}
--box-link-active-shadow: #{$box-link-active-shadow}
@extend %block
background-color: var(--box-background-color)
border-radius: var(--box-radius)