Compass/compass

View on GitHub
cli/lib/compass/sass_extensions/sprites/image.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Image has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

      class Image
        include Sass::Script::Value::Helpers
        ACTIVE = %r{[_-]active$}
        TARGET = %r{[_-]target$}
        HOVER = %r{[_-]hover$}
Severity: Minor
Found in cli/lib/compass/sass_extensions/sprites/image.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status