Version: 4.1.dev
Bug Description
ex. background-image: url("data:image/svg+xml,...")
gives
src/Mail/CssInliner.php : 262: Unexpected 'url("data:image/svg+' at offset 887110 in CSS.
Steps To Reproduce
Inline any SVG https://peiwen.lu/project/svg-in-css and send to CssInliner
(new Message())->...->setHtmlBody((new CssInliner)->addCss($style)->inline($message))
Version: 4.1.dev
Bug Description
ex.
background-image: url("data:image/svg+xml,...")gives
src/Mail/CssInliner.php : 262: Unexpected 'url("data:image/svg+' at offset 887110 in CSS.Steps To Reproduce
Inline any SVG https://peiwen.lu/project/svg-in-css and send to CssInliner