Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 6 forks source link

Storybook cleanup the import #408

Closed daniele-zurico closed 1 year ago

daniele-zurico commented 1 year ago

Currently, every file in the stories folder has an import to /stories/style.css storybook provide the ability to add that import only in the preview-head file: https://storybook.js.org/docs/react/configure/styling-and-css#importing-css-files

After that cleanup of all the stories removing that import

Please follow these instructions:

git checkout release/0.7
git pull
git checkout -b 'feature/storybook-cleanup-import'

create a PR with base branch release/0.7

daniele-zurico commented 1 year ago

closed by #418