Skip to content

Commit 87e6cd0

Browse files
authored
Merge branch 'NV:master' into master
2 parents 402a2c7 + 00ec218 commit 87e6cd0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.mdown

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CSSOM.js is a CSS parser written in pure JavaScript. It is also a partial implem
1717
}
1818

1919

20-
## [Parser demo](http://nv.github.com/CSSOM/docs/parse.html)
20+
## [Parser demo](http://nv.github.io/CSSOM/docs/parse.html)
2121

2222
Works well in Google Chrome 6+, Safari 5+, Firefox 3.6+, Opera 10.63+.
2323
Doesn't work in IE < 9 because of unsupported getters/setters.
@@ -33,6 +33,13 @@ To use it with Node.js or any other CommonJS loader:
3333

3434
➤ npm install cssom
3535

36+
## Why is this not maintained?
37+
38+
1. I no longer use it in my projects
39+
2. Even though cssom npm package has 26 million weekly downloads (as of April 17, 2023), I haven't made a dollar from my work.
40+
41+
If you want specific issues to be resolved, you can hire me for $100 per hour (which is 1/2 of my normal rate).
42+
3643
## Don’t use it if...
3744

3845
You parse CSS to mungle, minify or reformat code like this:

0 commit comments

Comments
 (0)