Next.js Discord

Discord Forum

CSS modules doesn't work in app directory?

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
i have both pages and app router, but in app router pages css modules doesn't load, error is "SyntaxError: Unexpected token '.'" on first line of css file

7 Replies

Netherland Dwarf
Did you solve it now?
My guess is just test the css in the app router first and remove any css in oage router
Also if your using any third party libraries
@Netherland Dwarf My guess is just test the css in the app router first and remove any css in oage router
Barbary LionOP
i've cleared all css files from project, it works, but when i've added any css module, it has an exception in console
and the most interesting it's only in app router
pages router works correctly