From: XhmikosR Date: Wed, 22 May 2013 10:54:01 +0000 (+0300) Subject: README.md: use code syntax for CSS keywords. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2cfaaf9cdcaad37896c1480aa3962caba66f416a;p=clean-css.git README.md: use code syntax for CSS keywords. --- diff --git a/README.md b/README.md index bb7a604e..99142f47 100644 --- a/README.md +++ b/README.md @@ -91,8 +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 +* `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?