Skip to content

Commit 915076e

Browse files
authored
chore: remove Lumo utility classes not working as intended (#2132)
Request from Jonte to remove classes that do not work as intended. He might work on re-adding them when he has more time.
1 parent a240bcc commit 915076e

File tree

1 file changed

+0
-12
lines changed
  • packages/vaadin-lumo-styles/utilities

1 file changed

+0
-12
lines changed

packages/vaadin-lumo-styles/utilities/sizing.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ export const sizing = css`
9595
.max-w-full {
9696
max-width: 100%;
9797
}
98-
.max-w-max {
99-
max-width: max-content;
100-
}
101-
.max-w-min {
102-
max-width: min-content;
103-
}
10498
.max-w-screen-sm {
10599
max-width: 640px;
106100
}
@@ -124,10 +118,4 @@ export const sizing = css`
124118
.min-w-full {
125119
min-width: 100%;
126120
}
127-
.min-w-max {
128-
min-width: max-content;
129-
}
130-
.min-w-min {
131-
min-width: min-content;
132-
}
133121
`;

0 commit comments

Comments
 (0)