Closed
Description
Describe the bug
// index.module.scss
.cls {
@include line-clamp(3);
}
This will cause types missing.
To Reproduce
Steps to reproduce the behavior:
- create index.module.scss with mixins
.cls { @include line-clamp(3); }
- open ts file in vscode
Expected behavior
A clear and concise description of what you expected to happen.
index.module.scss should be working
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS] macOS
- Browser [e.g. chrome, safari] chrome
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.