LESS compile error ParseError: Syntax Error on line 1

前端 未结 4 1708
闹比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:35

    If you are using Visual Studio, make sure that you didn't accidentally add the included file to the compile list. Check compilerconfig.json and make sure you aren't trying to compile both the main SASS file and the included one.

提交回复
热议问题