We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7960b2a commit ce30455Copy full SHA for ce30455
lib/modules/css_tidy.rb
@@ -29,7 +29,7 @@ def tidy(css, opts={})
29
:optimize_selectors => false,
30
:format => 0,
31
}.merge(opts)
32
- puts options.inspect
+
33
case options[:format]
34
when 1
35
format = :multi_line
0 commit comments