aaronjensen/sass-media_query_combiner

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language