在less中禁用IE特定的渐变属性

时间:2013-04-09 17:46:59

标签: css internet-explorer less

在使用.gradient in less时,我已经尝试了以下内容中的“虚假”toogle:

  // Config supported browsers for your project
    @ms: false;  // IE 10+

但我仍然得到SVG渐变。

有什么想法吗?感谢。

1 个答案:

答案 0 :(得分:2)

实际上,必须在.gradient指令下进行更改:

  

.gradient(...){

  //  Local config for disabling properties

  @svg: false; //  SVG gradient for IE9