lib/scss_lint/sass/script.rb in scss-lint-0.28.0 vs lib/scss_lint/sass/script.rb in scss-lint-0.29.0

- old
+ new

@@ -13,10 +13,10 @@ # # Thus we are left to manually define the methods for each type explicitly. { 'Value' => %w[ArgList Bool Color List Map Null Number String], 'Tree' => %w[Funcall Interpolation ListLiteral Literal MapLiteral - Operation StringInterpolation UnaryOperation Variable], + Operation Selector StringInterpolation UnaryOperation Variable], }.each do |namespace, types| types.each do |type| node_name = type.downcase eval <<-DECL