Skip to content

Commit fdb7914

Browse files
authored
fix: docs fix (#321)
1 parent dd9d1c7 commit fdb7914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/styles.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Here is an example of SCSS variables:
1111
```scss
1212
@mixin variables {
1313
--g-spacing-base: 4px;
14-
1514
--g-spacing-0: calc(var(--g-spacing-base) * 0); // 0px
1615
--g-spacing-half: calc(var(--g-spacing-base) * 0.5); // 2px
1716
--g-spacing-1: var(--g-spacing-base); // 4px

0 commit comments

Comments
 (0)