Lines Matching full:to
5 …fork with the goal to modernize the code base enough to be somewhat easier to maintain without com…
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 …ter` branch after I had already started my own refactoring. I did not want to start over again. Hi…
14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
18 ## How to use in your PHP project
20 Don't. You really wouldn't want to start a new project using LESS. It simply seems that SASS has wo…
24 …fo.net/lessphp/docs/) for the most part. The API is mostly the same. Refer to the [upstream docume…
26 To install it, use composer:
32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
33 configure it how you like, then tell it to compile something using one built in
36 The `compile` method compiles a string of LESS code to CSS.
47 result or write it to the path specified by an optional second argument.