-
Notifications
You must be signed in to change notification settings - Fork 528
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
Cannot read property 'content' of undefined when @extend from external file #396
Labels
Comments
Can you give us the whole error please? So we can see which rule is causing the issue. |
|
Awesome thanks. Managed to replicate. |
@bgriffith now I see that problem is in name, but why I can't extend class? |
There's a bug that's assuming a certain node exists. You should be able to extend classes. We'll hotfix this. |
This was referenced Nov 12, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sass-lint
crashes when encounter@extend
from external file.For example I use PureCSS, and
In this case I get Cannot read property 'content' error
The text was updated successfully, but these errors were encountered: