Why gives Grunt / Recess an error and Lessc not when compiling Bootstrap 3 RC1?

后端 未结 1 647
既然无缘
既然无缘 2021-01-20 15:33

I add some code to mixins.less:

 img {   &:extend(.img-responsive); }

See also: Images not responsive by default in Twitter Bootstrap 3

相关标签:
1条回答
  • 2021-01-20 16:02

    It depends on the version of grunt-contrib-less you have.

    Run:

    npm update grunt-contrib-less
    
    0 讨论(0)
提交回复
热议问题