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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As I wrote in #1073 (I've being asked to open a new issue):
Might related to #1027
But, it doesn't compatible with react-scripts@^1 when it comes to CSS. If you have a CSS files that import other CSS files, it breaks with this error:
react-scripts@^1
ERROR in ./~/css-loader?{"importLoaders":1}!./~/postcss-loader/lib?{"plugins":[null]}!./src/stories/blah.css Module build failed: TypeError: Cannot read property 'postcss' of null
Code example:
/* a.css */ @import "./b.css";
/* b.css */ :root { /* ... */ }
// Story file import "./a.css";
If there is more information needed, please tell me.
The text was updated successfully, but these errors were encountered:
Thanks @oriSomething! We'll look into it!
Sorry, something went wrong.
I will look into this.
I have reproduced the issue.
I have a fix!
It should be fixed now:
Successfully published: - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected] - @storybook/[email protected]
No branches or pull requests
As I wrote in #1073 (I've being asked to open a new issue):
Might related to #1027
But, it doesn't compatible with
react-scripts@^1
when it comes to CSS. If you have a CSS files that import other CSS files, it breaks with this error:Code example:
If there is more information needed, please tell me.
The text was updated successfully, but these errors were encountered: