From 71850c9b5dd43e920e393da524128a0702862790 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 12 Jun 2024 11:06:23 +0200 Subject: [PATCH] Remove unless method --- lib/css_parser/parser.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/css_parser/parser.rb b/lib/css_parser/parser.rb index 1ba4770..a5ccdee 100644 --- a/lib/css_parser/parser.rb +++ b/lib/css_parser/parser.rb @@ -398,11 +398,6 @@ def rules_by_media_query rules_by_media end - # Merge declarations with the same selector. - def compact! # :nodoc: - [] - end - # Load a remote CSS file. # # You can also pass in file://test.css