Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: kgcreative <[email protected]>
  • Loading branch information
kgcreative committed Dec 9, 2024
1 parent 0c962a2 commit e22f57b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src-docs/src/components/guide_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,14 @@ body {
}
}

.guideHomePage__benefitsContainer, .guideHomePage__featuredComponents {
.guideHomePage__benefitsContainer,
.guideHomePage__featuredComponents {
display: grid;
gap: $ouiSizeL;
gap: $ouiSizeL; // sass-lint:disable-line no-misspelled-properties
padding-left: $ouiSizeL;
padding-right: $ouiSizeL;
}

.guideHomePage__benefitsContainer {
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
Expand Down
1 change: 0 additions & 1 deletion src-docs/src/views/home/home_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import {
OuiTitle,
OuiPanel,
OuiIcon,
OuiFlexGrid,
OuiPageContent,
OuiPageContentBody,
} from '../../../../src/components';
Expand Down

0 comments on commit e22f57b

Please sign in to comment.