Skip to content

Commit 3a52163

Browse files
committed
Remove unless method
1 parent 66ad352 commit 3a52163

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/css_parser/parser.rb

-5
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,6 @@ def rules_by_media_query
398398
rules_by_media
399399
end
400400

401-
# Merge declarations with the same selector.
402-
def compact! # :nodoc:
403-
[]
404-
end
405-
406401
# Load a remote CSS file.
407402
#
408403
# You can also pass in file://test.css

0 commit comments

Comments
 (0)