Atif Afzal

Results 17 comments of Atif Afzal

It is happening because i am removing all the selectors with pseudoclass `:global`. To get around this problem just use it like this: ```css .holder { :global .Select {} }...

Hi, Can you provide some example and some code.

@damiangreen i am not sure, maybe you can by using [typescript-eslint-parser](https://github.com/eslint/typescript-eslint-parser#usage-with-eslint). So you run eslint on your typescript code.

Because ids are global, they aren't converted to hashed names like classes.

@olgenn I tried reproducing the issue but could not reproduce it. I tried the following setup and it is working correctly, may be I am missing something. Please help. ```jsx...

Ok, so the problem exists only for dash-cases class names and not on camelCase. Can you please confirm.

I tried the example that you provided and it is still working, I have created a PR with new tests and they are passing. Link to PR: https://github.com/atfzl/eslint-plugin-css-modules/pull/32 Are you...

I have fixed the PR with `s.fooBar`.

I think i have found the problem. The nested syntax works with scss but not css. Seems there is some issue in `gonzales-pe` parser and it does not recognise nesting...