From 2cfaaf9cdcaad37896c1480aa3962caba66f416a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 22 May 2013 13:54:01 +0300 Subject: [PATCH] README.md: use code syntax for CSS keywords. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 2.34.1