add @import option documentation
authorbanderson <bluej100@gmail.com>
Mon, 20 May 2013 17:14:20 +0000 (11:14 -0600)
committerbanderson <bluej100@gmail.com>
Mon, 20 May 2013 17:14:20 +0000 (11:14 -0600)
README.md

index 0b3f63c..bb7a604 100644 (file)
--- 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?