We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting the error Syntax error: No method visitExtend on @extend $someVariable
Syntax error: No method visitExtend
@extend $someVariable
$someVariable is defined in another file, imported earlier in the checked file
$someVariable
$someVariable line-height normal
The text was updated successfully, but these errors were encountered:
I have the same problem with using @extend in any usecase (even if this directive and placeholder selectors are in the same file).
@extend
// --- file.styl $plhSelector width: 100px .mySelector @extend $plhSelector
The same problem when i use common selector instead of placeholder selector:
// --- file.styl .commonSelector width: 100px .mySelector @extend .commonSelector
stlint directives @stlint-ignore/@stlint-disable/@stlint-enable don't help to ignore this error.
stlint
@stlint-ignore/@stlint-disable/@stlint-enable
Is there any way to use @extend and stlint simultaneously?
Sorry, something went wrong.
No branches or pull requests
I'm getting the error
Syntax error: No method visitExtend
on@extend $someVariable
$someVariable
is defined in another file, imported earlier in the checked fileThe text was updated successfully, but these errors were encountered: