-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi, It seems next.js turbopack (defaults in v16) does not support :local and :global pseudo classes.
The error is
'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?
Import trace:
Client Component Browser:
./node_modules/@svar-ui/react-gantt/dist-full/index.css [Client Component Browser]
Official documentation: https://nextjs.org/docs/app/api-reference/turbopack#unsupported-and-unplanned-features
Nextjs issue: parcel-bundler/lightningcss#6
LighteningCss issue: parcel-bundler/lightningcss#6
Is there any option to have this working with turbopack?
Workaround is to revert to webpack. E.g npm run dev --webpack
mtomic and kkoocheki
Metadata
Metadata
Assignees
Labels
No labels