search

Home  >  Q&A  >  body text

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

.index-bg{
    background:url(img/index-bg-t.5344b19d.jpg) center center/cover no-repeat
}

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

高洛峰高洛峰2788 days ago557

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 11:14:23

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


    may help
    clean-css

    reply
    0
  • 天蓬老师

    天蓬老师2017-04-17 11:14:23

    Can’t we just write another hack for ie8

    reply
    0
  • Cancelreply