@override T? visitStyleRule(StyleRule node) => node.selector.andThen(visitInterpolation) ?? super.visitStyleRule(node);