Update elements to CSS variables

This commit is contained in:
Jeremy Thomas
2020-08-16 00:40:51 +01:00
parent 8d613846d3
commit d750c197c8
7 changed files with 158 additions and 103 deletions

View File

@@ -8,7 +8,7 @@ $dimensions: 16 24 32 48 64 96 128 !default
height: auto
width: 100%
&.is-rounded
border-radius: $radius-rounded
border-radius: var(--radius-rounded, #{$radius-rounded})
&.is-fullwidth
width: 100%
// Ratio