Closed
Description
If you enable goToDefinition then the kebab-case styles cannot be used
This is because it uses only the class names that matches the filter, here: https://github.com/mrmckeb/typescript-plugin-css-modules/blob/main/src/helpers/createDtsExports.ts#L69
The result is that all kebab-case classes are filtered out