首页 > 开发 > CSS > 正文

使用grunt压缩css是能否设置background-size不压缩进去呢?否则ie8不能识别

2017-09-12 09:39:13  来源: 网友分享
.index-bg{    background:url(img/index-bg-t.5344b19d.jpg) center center/cover no-repeat}

比如上面这样ie8不能识别,连图也看不到了

解决方案

cssmin: {     options : {         compatibility : 'ie8',        noAdvanced : true    },    dist: {        //    } }


may help
clean-css