YUI Compressor is removing spaces from filter values

后端 未结 5 2222
独厮守ぢ
独厮守ぢ 2021-02-07 11:18

I have a css containing filter for adding Grayout images in FF like this:-

filter: url(\"data:image/svg+xml;utf8,         


        
5条回答
  •  没有蜡笔的小新
    2021-02-07 11:41

    I gather if your using the latest version (2.4.7) already, then this is likely something their CSS minifier doesn't account for and you will want to raise a bug report with them at http://yuilibrary.com/projects/yuicompressor/

    I could not see any configuration option that would help in this case e.g. minifying blocks on to one line but not removing whitespace in-between.

提交回复
热议问题