LESS CSS on Windows

前端 未结 9 1237
半阙折子戏
半阙折子戏 2021-01-30 17:28

Trying to set up LESS for CSS on my Windows box, I\'ve installed ruby and rubygems and followed the instructions exactly.

I have put teststyle.less in

9条回答
  •  我在风中等你
    2021-01-30 17:40

    Only this https://github.com/leafo/lessphp PHP compiler didn't crashed with my crazy project structure with CSS imports in LESS, etc.

    Very simple shell command for compiling LESS to CSS:

    plessc input.less > output.css
    

提交回复
热议问题