webpack/test/hotCases/esm-output/css-modules/style.module.css

8 lines
59 B
CSS

.class {
color: red;
}
---
.class-other {
color: blue;
}