Siriwat K
Siriwat K
This RFC list the overview of the new pages related to CSS variables that will be added to the docs. ## Side Navigation The pages will be listed under [experimental...
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
**Preview:** https://deploy-preview-33545--material-ui.netlify.app/ ## Changes - Most of the changes are refactoring existing styles to support CSS variables ```js // example // From backgroundColor: theme.palette.mode === 'dark' ? alpha(theme.palette.primaryDark[900], 0.72) :...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Local storage might not be available...
**The problem** I want to leverage [`:where` selector](https://developer.mozilla.org/en-US/docs/Web/CSS/:where) (it is good for theming because it has 0 specificity) to style a component based on the parent attribute. However, emotion prefix...
It's been a while since I pushed the last commit to this repo and it is time to continue! (hopefully full time in the future) First of all, thank you...
- example of how to get context
Should be a React hook. 