Benji
Results
11
issues of
Benji
Expected results: ```scss background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E"); ``` Minified output: ```scss background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0045'%3E%3Cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3E%3C/svg%3E"); ``` Related: https://github.com/digitalsparky/jekyll-minifier/issues/41 https://github.com/yui/yuicompressor/issues/141 https://github.com/yui/yuicompressor/issues/304 https://github.com/yui/yuicompressor/issues/274