-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Build fails when using CSS grid-column shorthand syntax #15026
Comments
Hey there, just adding a note here that I commented on @vukers' issue on the other repo, and I have an additional repro here. Thanks! |
I got the same I had |
I think you can refactor column-count: 2;
column-width: auto; This is at least how I have resolved the same problem on my side. |
Welp that does indeed fix it, weird |
Uses the temporary fix proposed by @4cm4k1 in vercel/next.js#15026, Timer/cssnano-preset-simple#6, and cssnano/cssnano#927. Also temporarily fixes Sass module resolution by using the Yarn v2 nodeLinker option (until it's fixed upstream; see vercel/next.js#15753).
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This is fixed in |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
next build
fails with error:if any of the CSS contains the following valid rule:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
next build
Expected behavior
Builds successfully.
System information
Additional context
This was working up to
[email protected]
. The version after replaced an import ofcssnano-simple
from a local version to a npm published version. I have added additional details as an issue on that repository: Timer/cssnano-preset-simple#6The text was updated successfully, but these errors were encountered: