Sven Wolfermann

Results 8 comments of Sven Wolfermann

Could we (ab)use the fallback mechanism, like this: ``` div { --color: red; color: var(--color, red); } ``` ?

we are using a CHANGELOG.md in our root folder and importing the file in a changelog.stories.mdx ``` import { Meta } from "@storybook/addon-docs/blocks"; import Changelog from "../../CHANGELOG.md"; # Changelog ```...

Confirmed @dgonzalezr. Works with Prettier v2.8.8 and Storybook 7.1 release.

would love to see that feature too

This bug is fixed in the newest Safari version 9.1.1 for OSX and 9.3.2. for iOS.

Ran into the same issue… we could benefit from the fix. Do you see any soon merge attempt of https://github.com/KittyGiraudel/a11y-dialog/pull/589?

I’ll try to test the fix, but maybe this needs some time… this error was reported to me where a team packed our components into a WC... I have to...

Sorry, I’m sad, that I couldn’t test this out yet. :( As I said, we are using the a11y-dialog in our design system and provide components. A team packed our...