Open charisTheo opened 4 years ago
The URL pointing to the raw CSS file was misleading in my case because I thought all I had to do was to create a toggle.module.css file and import that in the component I was using <Toggle /> which took me a while to debug.
toggle.module.css
<Toggle />
this is great
The URL pointing to the raw CSS file was misleading in my case because I thought all I had to do was to create a
toggle.module.css
file and import that in the component I was using<Toggle />
which took me a while to debug.