-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[material-ui] Skip generating modularCssLayers
CSS var
#46329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Netlify deploy previewhttps://deploy-preview-46329--material-ui.netlify.app/ Bundle size report@mui/material parsed: 🔺+17B(0.00%) gzip: 🔺+4B(0.00%) Show details for 100 more bundles (86 more not shown)@mui/lab/LoadingButton parsed: 🔺+17B(+0.02%) gzip: 🔺+5B(+0.01%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The
modularCssLayers
can be a string, so it should be skipped from generating var because it cannot be used as a CSS variable else where.Note: The
modularCssLayers
feature has not been released yet.