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

Fix bug in RecursiveStatementVisitor #596

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Fix bug in RecursiveStatementVisitor #596

merged 1 commit into from
Feb 15, 2019

Conversation

jathak
Copy link
Member

@jathak jathak commented Feb 15, 2019

The value of an AtRule can be null, so it should not be visited in that case.

Ran across this issue when I attempted to run the module migrator on a stylesheet containing @font-face (which has children, but no value).

The value of an `AtRule` can be null, so it should not be visited in that case.

Ran across this issue when I attempted to run the module migrator on a stylesheet containing `@font-face` (which has children, but no value).
@nex3 nex3 merged commit b22ae51 into sass:master Feb 15, 2019
@nex3
Copy link
Contributor

nex3 commented Feb 15, 2019

Thanks!

@jathak jathak deleted the patch-1 branch February 15, 2019 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants