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

No error when a mixin doesn't exist #113

Open
ericmorand opened this issue Mar 29, 2020 · 1 comment
Open

No error when a mixin doesn't exist #113

ericmorand opened this issue Mar 29, 2020 · 1 comment

Comments

@ericmorand
Copy link

ericmorand commented Mar 29, 2020

  • VS Code Version: Latest
  • SCSS IntelliSense Version: 0.9.0
  • Operating System: Windows 10

Reproducible Case:

Steps to Reproduce:

  1. Create a SASS file with the following content:
.foo {
    @include foo();
}
  1. Even with the error setting set to enable, no error or warning is thrown for that file even though foo mixin has not been imported.
@ericmorand
Copy link
Author

ericmorand commented Mar 29, 2020

I want to insist on the fact that this code does not compile with SASS. Trying to render it using node-sass for example throws the following error:

no mixin named foo.

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

No branches or pull requests

2 participants