react sass module class with spaces code example
Example: how to add toggle class in javascript using css modules
onClick() {
alert("clicked");
$('.'+ styles.transform ).toggleClass(styles.transform-active);
}
onClick() {
alert("clicked");
$('.'+ styles.transform ).toggleClass(styles.transform-active);
}