Files
less.js/bin
Justin Hileman aaedf96564 Add an --include-path option to lessc.
This adds an optional `--include-path=foo` argument to the command line lessc script. Paths are evaluated relative to the current working directory, so paths like `../foo`, `./bar` and `baz` all work just like you'd expect.

Multiple paths can be supplied by separating them with colons, e.g. `--include-path=foo:../bar:/baz`

The basedir of the input file is always in the include path because that just makes sense.
2011-05-04 06:18:37 +08:00
..
2011-05-04 06:18:37 +08:00