premailer / css_parser

Ruby CSS Parser
Other
279 stars 110 forks source link

Fixup flags on RE_URI #116

Closed ojab closed 3 years ago

ojab commented 3 years ago

Flags are not applied if regexp is passed to Regexp.new lib/css_parser/regexps.rb:23: warning: flags ignored

Fixes 2d228d14