You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm using a fresh NextJS 13.2.1 with Tailwind and integrated the Sanity Studio V3 in /pages directory. They're working fine. I installed this plugin but it's getting Global CSS cannot be imported from within node_modules error.
The only thing it does is fix this issue. It removes the CSS import from the component itself. Then you have to import it yourself at the app level (e.g. _app.tsx or layout.tsx)
EDIT: I accidentally deleted it lol sorry for the broken link
Hi. I'm using a fresh NextJS 13.2.1 with Tailwind and integrated the Sanity Studio V3 in /pages directory. They're working fine. I installed this plugin but it's getting Global CSS cannot be imported from within node_modules error.
sanity.config.ts:
The text was updated successfully, but these errors were encountered: