-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
[Bug] Loader won't work for files with an extension other than ".css" (such as ".pcss" or ".postcss") #23
Comments
Coming across this myself, any change this will be addressed? |
This also happens with Or fix it by setting the webpack config yourself:
So please update the addon to match more extensions. |
Official twitter PostCSS recommendation use .pcss extension for PostCSS based sources. |
That is a 6 year old Tweet, so I'm not sure it's relevant anymore? I believe either do not work with Storybook, correct? |
What has changed in six years? postcss is still not css. The general rule is that the file format should match its content, for many reasons. |
I think we are agreeing here as Storybook fails with |
Also running into this issue. |
Fix [Bug] Loader won't work for files with an extension other than ".css" (such as ".pcss" or ".postcss")
I have the same issue. My stack:
Configuration:postcss.config.js
tailwind.config.js
main.js (storybook)
|
Related PR: #17
There's no option to change the
test
either.The text was updated successfully, but these errors were encountered: