A small bug #68781
Unanswered
diqye
asked this question in
App Router
A small bug
#68781
Replies: 1 comment
-
|
Hi, Yeah this sort of thing happens because either PostCSS or cssnano modifications. I've explored a similar issue before, here, #62002 (comment), again, not exactly the same issue you describe, but this one was a PostCSS code transformation. Now, to your particular case, I've found: This has been fixed on cssnano, so I guess, it can be brought into the next.js config somehow.
So, looks like Next.js needs v6.0.2 - but I am not 100% about which version is currently compiled in, but it probably requires a postcss update 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
source page.css
After
next buildThe problem is that
0isn't a valid value for<percentage>, so@propertywill be ignoredBeta Was this translation helpful? Give feedback.
All reactions