className="Foo Bar"
When you inspect the element then you can notice, the element has assigned the class Foo and Bar.
The way CSS module works, if you are assigning class Foo
on any element, then you can inspect it has been assigned class like, Foo_asd113d3__random_string
.
That's why className="Foo Bar"
will not work in CSS module
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…