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
The "babel-plugin-react-css-modules" npm package allows you to write CSS module references using styleName="my-css-class" instead of className={styles.MyCssClass}. It would be really neat to have vscode-css-modules understand such styleName="" attributes.
If we support it, we need add jsx attributes parse(or simple understand styleName= pattern) and add new trigger char. Current implemention is trigger . character and match import file. It's simple and highly efficient.
The "babel-plugin-react-css-modules" npm package allows you to write CSS module references using styleName="my-css-class" instead of className={styles.MyCssClass}. It would be really neat to have vscode-css-modules understand such styleName="" attributes.
Details:
https://github.com/gajus/babel-plugin-react-css-modules
The text was updated successfully, but these errors were encountered: