NEXT.js: Selector is not pure
Today I stumbled upon this error in my Next.js application using CSS Modules
Syntax error:
Selector "img" is not pure (pure selectors must contain at least one local class or id)
The reason was that , in one of my CSS modules ( that is a file like...
papidev.hashnode.dev2 min read