Skip to content

Commit

Permalink
fix: fix typo in the responsive grid layout utility classes (#7416) (#…
Browse files Browse the repository at this point in the history
…7418)

Co-authored-by: Jonte Päivärinne <joacim@vaadin.com>
  • Loading branch information
vaadin-bot and anezthes committed May 16, 2024
1 parent eebdb65 commit 9967a23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/vaadin-lumo-styles/utilities/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const layout = css`
.sm\\:flex {
display: flex;
}
.sm\\grid {
.sm\\:grid {
display: grid;
}
.sm\\:hidden {
Expand Down Expand Up @@ -327,7 +327,7 @@ export const layout = css`
.md\\:flex {
display: flex;
}
.md\\grid {
.md\\:grid {
display: grid;
}
.md\\:hidden {
Expand Down Expand Up @@ -371,7 +371,7 @@ export const layout = css`
.lg\\:flex {
display: flex;
}
.lg\\grid {
.lg\\:grid {
display: grid;
}
.lg\\:hidden {
Expand Down Expand Up @@ -415,7 +415,7 @@ export const layout = css`
.xl\\:flex {
display: flex;
}
.xl\\grid {
.xl\\:grid {
display: grid;
}
.xl\\:hidden {
Expand Down Expand Up @@ -459,7 +459,7 @@ export const layout = css`
.\\32xl\\:flex {
display: flex;
}
.\\32xl\\grid {
.\\32xl\\:grid {
display: grid;
}
.\\32xl\\:hidden {
Expand Down

0 comments on commit 9967a23

Please sign in to comment.