LESS compile error ParseError: Syntax Error on line 1

前端 未结 4 1709
闹比i
闹比i 2020-12-30 07:25

I am trying to do some customisation on my existing bootstrap less file by importing import my own less file into existing bootstrap.less.

I thought it would be simp

4条回答
  •  既然无缘
    2020-12-30 07:39

    To anyone using Visual Studio and continuing to tear their hair out with the problem above (I've been in the same boat for the last hour or so, and the approved answer above didn't work for me), I'd recommend getting hold of the Web Essentials extension.

    It allows for instant compilation of LESS files into minified CSS whenever they are saved in much the same way as SimpLESS does. No complaints about encoding, line endings or anything else!

提交回复
热议问题