typescript-plugin-css-modules icon indicating copy to clipboard operation
typescript-plugin-css-modules copied to clipboard

A TypeScript language service plugin providing support for CSS Modules.

Results 66 typescript-plugin-css-modules issues
Sort by recently updated
recently updated
newest added

Hello, when I using @include in CSS will cause classes to be an empty object, as shown in the following figure ![image](https://user-images.githubusercontent.com/34539325/138209245-f53fb48a-e25a-4568-9894-a1c3f3b54dd9.png) Just remove @include ![image](https://user-images.githubusercontent.com/34539325/138209318-3ec3b5f9-70e0-45d3-a0e2-505350fb2304.png) Maybe it's because mine...

enhancement

**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...

enhancement
help wanted

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...

**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...

dependencies

**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...

enhancement
help wanted