LESS compile error ParseError: Syntax Error on line 1

前端 未结 4 1706
闹比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条回答
  •  -上瘾入骨i
    2020-12-30 07:39

    For all .less files used in Visual Studio, you need to change the UTF encoding....

    File > Advanced Save Options...
    Set "Encoding" to "Unicode (UTF-8 without signature) - codepage 65001

    Once you do this, the Simpless compiler will work for your files.

提交回复
热议问题