Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 6 breaks sass files support #154

Closed
rzseattle opened this issue Mar 16, 2022 · 1 comment
Closed

version 6 breaks sass files support #154

rzseattle opened this issue Mar 16, 2022 · 1 comment

Comments

@rzseattle
Copy link

rzseattle commented Mar 16, 2022

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
Copy link
Owner

skovy commented Mar 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants