Oleksandr Fediashov
Oleksandr Fediashov
_Comes from #178._ Griffel handles classes & pseudo classes selectors properly, for example: ```ts makeStyles({ root: { '&.foo': { color: 'red' } }, }); ``` Produces correct result ✅ ```css...
Currently our https://griffel.js.org/try-it-out/ is powered by hash based based on snippets collected in `Playground` component: https://github.com/microsoft/griffel/blob/62cf39c860782a69ea9c89d797cdda094a3605a6/apps/website/src/components/Playground/index.tsx#L9 Ideally we should have: - a real page for every example i.e. `/try-it-out/margin` -...
## New Behavior ## Related Issue(s) - Fixes #26579
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added I would like to be able to render Fluent UI React v9 components inside...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added We have a CI step that currently does not produce meaningful results and sometimes...
### Library React Components / v9 (@fluentui/react-components) ### Describe the feature that you would like added - `DialogTrigger` manages focus handling (restoration) when a `Dialog` gets closed - `Dialog` can...
Recently we had various discussions around triggers and reached the agreement on how it should work: - No magic handling of props in triggers, props should be applied always. I.e...
## Previous Behavior ## New Behavior ## Related Issue(s) - Fixes #
### Describe the bug Hello folks 👋 I am working on Linaria with @Anber, recently we an issue about the problem in dev mode, https://github.com/callstack/linaria/issues/1246. To provide context, Linaria performs...
### Versions `[email protected]` ### Problem Stylis does minification and it works great: ```css .foo { color: red; } .bar { color: blue; background: orange; } /* ⬇️⬇️⬇️ */ .foo{color:red;}.bar{color:blue;background:orange;} ```...