Skip to content

Commit 5ef4da3

Browse files
authored
semicolon typo fix
1 parent 9683b05 commit 5ef4da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/kapi-flex/_grid.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body {
8888
$gappx_double: #{$gap * 1.5}px;
8989
$gappx_half: #{$gap / 2}px;
9090

91-
&--#{$gap;} {
91+
&--#{$gap} {
9292
margin: 0 -$gappx_half;
9393
width: calc(100% + #{$gappx});
9494

@@ -289,4 +289,4 @@ body {
289289
&-spacer {
290290
flex-grow: 1;
291291
}
292-
}
292+
}

0 commit comments

Comments
 (0)