aaronjensen/sass-media_query_combiner

View on GitHub
lib/sass/media_query_combiner/combiner.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method combine has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.combine(css)
        queries = Hash.new { |hash, key| hash[key] = '' }
        pretty = true

        css, source_map_url = extract_source_map_url(css)
Severity: Minor
Found in lib/sass/media_query_combiner/combiner.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status