skovy/typed-scss-modules

version 6 breaks sass files support

rzseattle opened this issue · 1 comments

Hi

Are sass files not supported anymore?

v5

yarn typed-scss-modules "src/**/*.module.sass" 

Found 13 files. Generating type definitions...
[GENERATED TYPES] src/common/components/dev/DevTools.module.sass.d.ts
....

v6

yarn typed-scss-modules "src/**/*.module.sass" 

Found 13 files. Generating type definitions...
Invalid CSS after ".": expected 1 selector or at-rule, was ".main" (/home/artur/projects/erp-front/src/common/components/dev/DevTools.module.sass[1:1])
...
skovy commented

Please use the template. Without the source code and a reproducible example, I cannot do anything to help without this.

Please open a new issue with the template, full source, and steps to reproduce (or a pull request with a failing test case).