Viijay-Kr / react-ts-css

VS Code Extension for CSS modules in typescript based react projects
https://marketplace.visualstudio.com/items?itemName=viijay-kr.react-ts-css
MIT License
42 stars 4 forks source link

Add support for (SCSS) suffix selectors starting with &__ (used by BEM) #117

Closed fundevstuff closed 8 months ago

fundevstuff commented 9 months ago

Add support for (SCSS) suffix selectors starting with &__ (used by BEM)

Viijay-Kr commented 9 months ago

@fundevstuff thanks for the PR , could you update the version in package.json . It's a minor update so a minor version should be enough. I currently don't have automatic version updates. So kindly bear with me :)

fundevstuff commented 9 months ago

@fundevstuff thanks for the PR , could you update the version in package.json . It's a minor update so a minor version should be enough. I currently don't have automatic version updates. So kindly bear with me :)

Sure @Viijay-Kr, np, pushed the version update 👍

Viijay-Kr commented 8 months ago

@fundevstuff I was wondering why the tests would fail on Mac and Windows . Turns out its a dependency issue which I shall resolve in a future PR. I will merge this one now

I am also thinking of introducing changesets to make this process easier in the future as far as version updates are concerned. Thanks again for your contribution