Skip to content

Commit

Permalink
stylelint fix (opensearch-project#119)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <[email protected]>
  • Loading branch information
gulderov committed Aug 3, 2023
1 parent 4bb9391 commit ae29559
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/flex/_flex_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@
}
}

/* stylelint-disable length-zero-no-unit */
$gutterTypes: (
// We're using calc which requires the px unit
gutterNone: 0px, // sass-lint:disable-line zero-unit
gutterNone: 0px,
gutterSmall: $ouiSizeS,
gutterMedium: $ouiSize,
gutterLarge: $ouiSizeL,
gutterXLarge: $ouiSizeXL,
);
/* stylelint-enable */
$fractions: (
fourths: (
percentage: 25%,
Expand Down

0 comments on commit ae29559

Please sign in to comment.