We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d1c7 commit fdb7914Copy full SHA for fdb7914
docs/styles.md
@@ -11,7 +11,6 @@ Here is an example of SCSS variables:
11
```scss
12
@mixin variables {
13
--g-spacing-base: 4px;
14
-
15
--g-spacing-0: calc(var(--g-spacing-base) * 0); // 0px
16
--g-spacing-half: calc(var(--g-spacing-base) * 0.5); // 2px
17
--g-spacing-1: var(--g-spacing-base); // 4px
0 commit comments