如何使用/编译LESS for Bootstrap?

时间:2012-09-08 04:33:49

标签: php twitter-bootstrap less

我想利用Twitter Bootstrap,但也想用php编译LESS而不是js任何人都可以发布一个例子如何用php做这个,因为我无法找到任何在线参考。我是LESS和Bootstrap的新手,所以如果你能添加一些细节请。谢谢!

3 个答案:

答案 0 :(得分:1)

您可以尝试使用lessphp

编译Bootstrap LESS原理的简单设置是:

<?php
  require "lessc.inc.php";

  $less = new lessc;
  $less->checkedCompile("bootstrap.less", "bootstrap.css");
  $less->checkedCompile("bootstrap-responsive.less", "bootstrap-responsive.css");

答案 1 :(得分:1)

您也可以在本地编译LESS。有很多GUI应用程序可以帮助您。

另请参阅此问题:Compile a referenced LESS file into CSS with PHP automatically

答案 2 :(得分:1)

http://lessphp.gpeasy.com/Bootstrap少了php编译器的bootstrap 3.1.1