Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Webpack Css网格IE 11:AutoPrefixer online vs package npm_Webpack_Internet Explorer 11_Css Grid_Autoprefixer - Fatal编程技术网

Webpack Css网格IE 11:AutoPrefixer online vs package npm

Webpack Css网格IE 11:AutoPrefixer online vs package npm,webpack,internet-explorer-11,css-grid,autoprefixer,Webpack,Internet Explorer 11,Css Grid,Autoprefixer,我使用的是Css网格,我对AutoRefixer有一些问题。与IE一起使用时,我注意尊重一些条件。这是sass的一部分: .wrapper-bloc-horaire{ /*!autoprefixer网格:自动替换*/ 显示:网格; 网格模板列:65px最小值(30%,最大含量)最小值(30%,最大含量); 网格模板行:30px 25px; 网格模板区域:“图像滴定度” “形象出发到”; 栅柱间隙:2rem; div:第一种类型{ 网格区域:图像; 地点:中心; } .s-标题4{ 网格面积:滴

我使用的是Css网格,我对AutoRefixer有一些问题。与IE一起使用时,我注意尊重一些条件。这是sass的一部分:

.wrapper-bloc-horaire{
/*!autoprefixer网格:自动替换*/
显示:网格;
网格模板列:65px最小值(30%,最大含量)最小值(30%,最大含量);
网格模板行:30px 25px;
网格模板区域:“图像滴定度”
“形象出发到”;
栅柱间隙:2rem;
div:第一种类型{
网格区域:图像;
地点:中心;
}
.s-标题4{
网格面积:滴度;
}
.简历行:第n个类型(2){
网格区域:出发;
}
.简历行:第n个类型(3){
网格区域:到达;
}

}
有没有可能会有这样的记录
autoprefixer({grid:“autoplace”})
我写了“/*!autoprefixer grid:autoplace*/”以确保网格被激活。它似乎应该是
/*autoprefixer grid:autoplace*/
,而不是
/*!autoprefixer网格:autoplace*/
。你可以检查一下。我也使用cssnano,它在autoprefixer之前运行,所以如果我不添加
/*,此注释已删除,且AutoRefixer未看到它。没有人知道?:(