Skip to content

Commit e491792

Browse files
committed
Add brettstimmerman/mensch CSS parser.
1 parent 24bb759 commit e491792

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.mdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ In CSSOM, `background: gray` [gets overwritten](http://nv.github.io/CSSOM/docs/p
5050
The last same-name property always overwrites all the previous ones.
5151

5252

53-
If you do CSS mungling, minification, image inlining, and such, CSSOM.js is not a good solution for you, look for alternatives instead:
53+
If you do CSS mungling, minification, image inlining, and such, CSSOM.js is no good for you, considere using one of the following:
5454

5555
* one of the forks: [1](https://github.com/NV/CSSOM/pull/53), [2](https://github.com/NV/CSSOM/pull/57)
5656
* [reworkcss/css](https://github.com/reworkcss/css)
5757
* [csso](https://github.com/css/csso)
58+
* [mensch](https://github.com/brettstimmerman/mensch)
5859

5960

6061
## [Specs](http://nv.github.com/CSSOM/spec/)

0 commit comments

Comments
 (0)