You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dependency version of postcss-loader that is installed with storybook is too old to use newer plugins like: https://github.com/postcss/postcss-mixins
To Reproduce
Init a basic storybook
add the preset to ./storybook/main.js storybook-css-modules-preset
set postcss.config.js to include the plugin: postcss-mixins
Describe the bug
The dependency version of postcss-loader that is installed with storybook is too old to use newer plugins like: https://github.com/postcss/postcss-mixins
To Reproduce
storybook-css-modules-preset
postcss-mixins
ERR! Module build failed (from ./node_modules/@storybook/core/node_modules/postcss-loader/src/index.js): ERR! Error: PostCSS plugin postcss-mixins requires PostCSS 8. ERR! Migration guide for end-users: ERR! https://github.com/postcss/postcss/wiki/PostCSS-8-for-end-users
Code snippets
System
The text was updated successfully, but these errors were encountered: