I\'m using scss modules in next.js and want to use nested class selectors like this:
.div { .x { color: red; } }
But it seems that th