Sven Wolfermann

Results 4 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