-
-
Notifications
You must be signed in to change notification settings - Fork 495
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
extends-post-css-plugins example doesn't work #417
Comments
Can confirm I am also dealing with this issue. It seems that craco is not correctly extending Will post here if I manage to come up with a work around, please do the same 😃 |
Does someone has an update or a workaround for this? I am struggeling with the same problem and can't use |
@AndrejGajdos I just tested your example repo with CRA 5 using the latest craco 7 alpha and it worked as expected. I tried changing the background color in the @dbgordon09 is this still an issue for you as well? @SophieAnn what version of craco are you using? |
I tried this example with CRA v5, but it doesn't work. You can check sample repo here where I tried to use
postcss-color-rgb
. You can run the project, but the css file is not processed.At first I tried craco 6.4.3, but I was getting this issue. When I replaced
postcss
withpostOptions
, I didn't get any errors, but the css is not processed. Then I came across this suggestion and tried bothpostcss
andpostOptions
, but the css is still not processed.The text was updated successfully, but these errors were encountered: