Skip to content

Commit

Permalink
fixing typo line 55 file _flex_item.scss
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
  • Loading branch information
BigSamu committed Nov 1, 2023
1 parent 428ef63 commit eb68e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flex/_flex_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
}

$flexBasisOptions: 'auto', 'max-content', 'min-content', 'fit-content'; /* 3 */
$flexBasisOptions: auto, max-content, min-content, fit-content; /* 3 */

@each $basis in $flexBasisOptions { /* 3 */
.ouiFlexItem--flexBasis#{$basis} { /* 3 */
Expand Down

0 comments on commit eb68e2c

Please sign in to comment.