Next.js Discord

Discord Forum

Installed 15.1.x and now getting css parse error

Unanswered
LukasD posted this in #help-forum
Open in Discord
Avatar
Hello!

Css was parsing fine on 15.0.x but now after bumping to 15.1.x I get errors like this:
Parsing css source code failed
  6592 |        pointer-events: none;
  6593 | }
> 6594 | .my-class::before:nth-child(1) {
       |                                                 ^
  6595 |        border-top-left-radius: 4px;
  6596 |        border-bottom-left-radius: 4px;
  6597 | }


Also worth noting this is when running next dev. I am using turbo.

0 Replies