We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d88893 commit 042a6c1Copy full SHA for 042a6c1
packages/material-ui/src/ImageList/ImageList.js
@@ -46,12 +46,6 @@ const ImageListRoot = experimentalStyled(
46
...(styleProps.variant === 'masonry' && {
47
display: 'block',
48
}),
49
- /* Styles applied to the root element if `variant="quilted"`. */
50
- ...(styleProps.variant === 'quilted' && {}),
51
- /* Styles applied to the root element if `variant="standard"`. */
52
- ...(styleProps.variant === 'standard' && {}),
53
- /* Styles applied to the root element if `variant="woven"`. */
54
- ...(styleProps.variant === 'woven' && {}),
55
};
56
});
57
0 commit comments