Skip to content

include mixins in scss cause whole file not working #29

Closed
@zaaack

Description

@zaaack

Describe the bug

// index.module.scss
.cls { 
  @include line-clamp(3);
}

This will cause types missing.

image

To Reproduce
Steps to reproduce the behavior:

  1. create index.module.scss with mixins .cls { @include line-clamp(3); }
  2. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions