From fdf0f9f2c874517e268ee4af7cd891cb94e9ee9b Mon Sep 17 00:00:00 2001 From: banderson Date: Mon, 20 May 2013 11:14:20 -0600 Subject: [PATCH] add @import option documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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? -- 2.34.1