I'm new to nextjs and was trying to a way to modularize my CSS. Found this solution and tried to implement this Example app with isomorphic-style-loader on my local.
The problem is the CSS is not getting applied. The CSS Module classes are getting applied .App-root-2UbkX for .root class in the css file. But the CSS is not applied to it.
It is creating an empty style tag.
I'm using the latest version of node and npm.
