Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in RecursiveStatementVisitor (#596)
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).
- Loading branch information