Hey,
would it be possible to load a postcss.config.js file from the .storybook folder if available?
My usecase would be that we want to export our package without autoprefixer and focusVisible polyfills as the consuming packages should do so. Storybook then needs a place to add these polyfills. A .storybook/postcss.config.js file could add these loaders and extend the main postcss.config.js file.
With this the plugin would work the same way as Storybook does when adding a .babelrc file into the .storybook folder.
If you think that this features makes sense, I would be happy to help – if you could point me into the right direction to start :)
Best,
Nik