Skip to content

Commit d9ece32

Browse files
Merge pull request #3 from keckmoritz/patch-1
Fix typo in _variables.scss
2 parents 7196b8b + f5b42f4 commit d9ece32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ html {
5656
// --------------------------------------------------
5757

5858
// BASE/LAYOUT
59-
--layout-spacing-sides: var(--base-spacing-unit;)
59+
--layout-spacing-sides: var(--base-spacing-unit);
6060
--layout-wrapper-background: transparent;
6161
--layout-header-background: var(--color-page-background);
6262
--layout-header-color: var(--color-text);

0 commit comments

Comments
 (0)