I’m new to remix and I’m trying to get css modules working, but for some reason when I edit my component, it looks like the css is removed from the html after a hot reload?
Example gif
Here’s a sandbox:
https://codesandbox.io/p/devbox/sad-turing-4vlsm7
The text color is red, but when I edit the text it turns into black. What is happening?