Questions tagged [less.php]

A compiler that generates CSS from .less files using PHP; compatible with Bootstrap 3

less.php is a compiler written in , compatible with similar to

2 questions
10
votes
4 answers

Compiling Less CSS for Bootstrap 3 with PHP

There are two LessCSS compilers in PHP that I am aware of: http://leafo.net/lessphp/ http://lessphp.gpeasy.com/ Both claim to be compatible with Bootstrap (version 3). However I am struggling to get anything going given the steep learning curve of…
Jodes
  • 14,118
  • 26
  • 97
  • 156
1
vote
1 answer

Why does an Eclipse builder return a "file_get_contents() ... Permission denied" warning for a PHP script but not the command line?

Background: I'm trying to use Less.php to compile my project's LESS code into CSS in an Eclipse builder. When I install and run less.php with the command lessc, it correctly compiles my LESS into CSS with no visible errors: However, when I set up…
Phantom Watson
  • 2,667
  • 4
  • 25
  • 39