You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating new html or jsx, eg <div className={styles.myNewClass}></div> where `styles.myNewClass' is a new style, it would be great if this extension could suggest to automatically add this class to the css module.
eg. automatically append
.myNewClass {
}
The text was updated successfully, but these errors were encountered:
When creating new html or jsx, eg
<div className={styles.myNewClass}></div>
where `styles.myNewClass' is a new style, it would be great if this extension could suggest to automatically add this class to the css module.eg. automatically append
The text was updated successfully, but these errors were encountered: