Showing 1 of 1 total issue
Method combine
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def self.combine(css)
queries = Hash.new { |hash, key| hash[key] = '' }
pretty = true
css, source_map_url = extract_source_map_url(css)