lib/scss_lint/linter/shorthand.rb in scss-lint-0.11.1 vs lib/scss_lint/linter/shorthand.rb in scss-lint-0.12.0
- old
+ new
@@ -1,5 +1,7 @@
module SCSSLint
+ # Checks for the use of the shortest form for properties that can be written
+ # in shorthand.
class Linter::Shorthand < Linter
include LinterRegistry
def visit_prop(node)
property_name = node.name.join