Closed Cellv2 closed 10 months ago
SCSS Modules are not working correctly (it does not seem as though it is respecting their scope)
.module.scss
The file without the module does not have the class applied, even though the class name is present
The file without the module has the class applied
Not 100% sure this is actually an issue, so further investigation required
Description
SCSS Modules are not working correctly (it does not seem as though it is respecting their scope)
Repro Steps
.module.scss
with a class in itExpected Behaviour:
The file without the module does not have the class applied, even though the class name is present
Actual Behaviour
The file without the module has the class applied
Notes
Not 100% sure this is actually an issue, so further investigation required