File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
2222Works well in Google Chrome 6+, Safari 5+, Firefox 3.6+, Opera 10.63+.
2323Doesn'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
3845You parse CSS to mungle, minify or reformat code like this:
You can’t perform that action at this time.
0 commit comments