Lines Matching full:the
3 …ssphp` by [@leafo](https://github.com/leafo/lessphp). The original has been abandoned in 2014. The…
5 This is an opinionated fork with the goal to modernize the code base enough to be somewhat easier t…
7 Please note that this fork is based on the `0.6.0-dev` branch of `MarcusSchwarz/lesserphp`, not the…
9 1. The `master` was not up-to-date with all the bug fixes in the `0.6.0-dev` branch (some of which …
10 …the considerable refactoring Marcus had done in the `master` branch after I had already started my…
14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
20 … new project using LESS. It simply seems that SASS has won the battle. Or maybe even skip the whol…
24 …the [original documentation](https://leafo.net/lessphp/docs/) for the most part. The API is mostly…
32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
36 The `compile` method compiles a string of LESS code to CSS.
46 The `compileFile` method reads and compiles a file. It will either return the
47 result or write it to the path specified by an optional second argument.