KS
Size: a a a
KS
A
.foo {
color: red
}
import style from "./style.module.css"
console.log(style)
// { foo: "Bar__foo" }
A
KS
const style = await import('./style.module.css')
A
KS
KS
A
A
A
const style = await import('./style.module.css')
A
KS
RS
KS
RS
KS
RS
KS