Add elements CSS variables

This commit is contained in:
Jeremy Thomas
2022-12-06 10:46:03 +00:00
parent 8508af010a
commit 89a8b8f208
15 changed files with 868 additions and 487 deletions

View File

@@ -12,7 +12,7 @@ $dimensions: 16 24 32 48 64 96 128 !default;
width: 100%;
&.is-rounded {
border-radius: $radius-rounded;
border-radius: getVar("radius-rounded");
}
}