Package Exports
- @storybook/addon-styling-webpack
- @storybook/addon-styling-webpack/package.json
- @storybook/addon-styling-webpack/postinstall
- @storybook/addon-styling-webpack/preset
Readme
@storybook/addon-styling-webpack
Get started in Storybook 7 faster with popular styling tools.
✨ Features
- 🤖 Zero-config for popular tools through codemods.
- 🧩 Configuration templates for popular tools
- ⚡️ Options for CSS modules, PostCSS, Sass, Less, and Vanilla-extract
🏁 Getting Started
To get started, install the package using the Storybook CLI
pnpm:
pnpm dlx storybook@latest add @storybook/addon-styling-webpackyarn:
yarn dlx storybook@latest add @storybook/addon-styling-webpacknpm:
npx storybook@latest add @storybook/addon-styling-webpack🤝 Contributing
If you'd like to contribute to this addon, THANK YOU, I'd love your help 🙏
📝 Development scripts
pnpm buildbuild and package your addon code
🌲 Branch structure
- next - the
nextversion on npm, and the development branch where most work occurs - main - the
latestversion on npm and the stable version that most users use
🚀 Release process
- All PRs should target the
nextbranch, which depends on thenextversion of Storybook. - When merged, a new version of this package will be released on the
nextNPM tag. - If the change contains a bugfix that needs to be patched back to the stable version, please note that in PR description.
- PRs labeled
pickwill get cherry-picked back to themainbranch and will generate a release on thelatestnpm tag.