How can I compile LESS files within browser

后端 未结 4 1790
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-10 13:41

I created code for switching themes using LESS functionality. Unfortunately the LESS files will not compile in browser. How can I compile LESS files within browser?

4条回答
  •  忘掉有多难
    2020-12-10 14:25

    you have to use some web server like apache tomcat, uniform server UPX etc in order to compile less in IE. as @ie told include those files in your document before running it in localhost.

提交回复
热议问题