typescript-plugin-css-modules
typescript-plugin-css-modules copied to clipboard
A TypeScript language service plugin providing support for CSS Modules.
Hello, when I using @include in CSS will cause classes to be an empty object, as shown in the following figure  Just remove @include  Maybe it's because mine...
**Is your feature request related to a problem? Please describe.** Right now both `sass` and `less` are direct dependencies of this project, which seem unnecessary. This bloats up the install...
Thanks for the awesome TS plugin! 💪 **Describe the bug** There's certain cases when using SASS where you need the value of a variable and need to wrap it in...
First, thank you guys for a great plugin
**Describe the bug** The correct way of importing modules in a `.ts` or `.tsx` file is `import styles from "./my-styles.modules.css";`, however if I accedentally do `import * as styles from...
Just wanted to thank you for creating this plugin, this has been an awesome boost of productivity in multiple apps I've built, so thank you ❤️
**Describe the bug** ``` [ moderate ] Regular Expression Denial of Service in postcss vulnerable versions postcss-filter-plugins>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-keyframes>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-keyframes>icss-utils>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-selectors>postcss - dependencies: typescript-plugin-css-modules>postcss-icss-selectors>icss-utils>postcss ```...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
**Describe the bug** Thanks for the awesome plugin! I noticed that "Go to definition" feature doesn't jump to the CSS class though. **To Reproduce** Here is an animated GIF which...