lib/css_parser/parser.rb in css_parser-1.3.1 vs lib/css_parser/parser.rb in css_parser-1.3.2

- old
+ new

@@ -3,10 +3,9 @@ class RemoteFileError < IOError; end # Exception class used if a request is made to load a CSS file more than once. class CircularReferenceError < StandardError; end - # == Parser class # # All CSS is converted to UTF-8. # # When calling Parser#new there are some configuaration options: