Can Visual Studio 2013 generate CSS files from .less files?

后端 未结 6 1507
渐次进展
渐次进展 2021-02-03 16:59

Visual Studio 2013 is awesome, now with syntax highlight and autocomplete for .less files. But does it also generate the respective CSS files? Do I need to install

6条回答
  •  不知归路
    2021-02-03 17:20

    If you don't want to install plugins in your Visual Studio, you can use an external compiler.

    Currently I'm using Koala, every time you save your LESS file he will compile it automatically in your output folder.

    Take a look at the official LESS page about GUI Compilers.

提交回复
热议问题