Siriwat K

Results 155 issues of 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...

docs

- [ ] 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).

bug 🐛
package: system

**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) :...

website

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 Local storage might not be available...

new feature
package: system

**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...

feature request
needs triage

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...

Material UI (v5)

- example of how to get context

Should be a React hook. ![image](https://user-images.githubusercontent.com/18292247/82856476-40a8a300-9f38-11ea-8619-e7c18ef63e34.png)

pkg: layout
new feature

like in Gatsby website (mobile)

pkg: layout

move `Helmet` in App to SEO component

scope: website