We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
stories
/stories/style.css
preview-head
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
release/0.7
The text was updated successfully, but these errors were encountered:
closed by #418
Sorry, something went wrong.
Jaya-Rathore
No branches or pull requests
Currently, every file in the
stories
folder has an import to/stories/style.css
storybook provide the ability to add that import only in thepreview-head
file: https://storybook.js.org/docs/react/configure/styling-and-css#importing-css-filesAfter that cleanup of all the stories removing that import
Please follow these instructions:
create a PR with base branch
release/0.7
The text was updated successfully, but these errors were encountered: