From: banderson Date: Mon, 20 May 2013 17:14:20 +0000 (-0600) Subject: add @import option documentation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fdf0f9f2c874517e268ee4af7cd891cb94e9ee9b;p=clean-css.git add @import option documentation --- diff --git a/README.md b/README.md index 0b3f63c9..bb7a604e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ Process method accepts a hash as a second parameter, i.e., * `removeEmpty` - whether to remove empty elements (default is false) * `debug` - turns on debug mode measuring time spent on cleaning up (run `npm run bench` to see example) +* `root` - path with which to resolve absolute @import rules +* `relativeTo` - path with which to resolve relative @import rules ### What are the clean-css' dev commands?