标签: visual-studio less autoprefixer web-compiler
我需要使用autoprefixer来支持IE11中的CSS Grid。读取autoprefixer文档时,默认情况下此功能处于禁用状态。要启用网格前缀,我需要传递选项网格:“ autoplace”。
我不知道如何将此选项传递给Visual Studio Web Compiler的Compilerconfig.json.defaults文件中的自动前缀。
我有:
“ autoPrefix”:“最近2个版本”
我试图通过多种方式添加“网格”选项,但是我没有工作。有可能吗?