From e491792322b51831104d918d783413ad6051c701 Mon Sep 17 00:00:00 2001 From: Nikita Vasilyev Date: Tue, 10 Jun 2014 16:52:47 -0700 Subject: [PATCH] Add brettstimmerman/mensch CSS parser. --- README.mdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 5c95139..a95a013 100644 --- a/README.mdown +++ b/README.mdown @@ -50,11 +50,12 @@ In CSSOM, `background: gray` [gets overwritten](http://nv.github.io/CSSOM/docs/p The last same-name property always overwrites all the previous ones. -If you do CSS mungling, minification, image inlining, and such, CSSOM.js is not a good solution for you, look for alternatives instead: +If you do CSS mungling, minification, image inlining, and such, CSSOM.js is no good for you, considere using one of the following: * one of the forks: [1](https://github.com/NV/CSSOM/pull/53), [2](https://github.com/NV/CSSOM/pull/57) * [reworkcss/css](https://github.com/reworkcss/css) * [csso](https://github.com/css/csso) + * [mensch](https://github.com/brettstimmerman/mensch) ## [Specs](http://nv.github.com/CSSOM/spec/)