File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,14 +22,17 @@ CSSOM.js is a CSS parser written in pure JavaScript. It also a partial implement
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.
2424
25- To use CSSOM.js in the browser you might want to build a one-file version with [ Jake ] ( http://github.com/mde/jake ) :
25+ To use CSSOM.js in the browser you might want to build a one-file version that exposes CSSOM global variable :
2626
27- ➤ jake
27+ ➤ git clone https://github.com/NV/CSSOM.git
28+ ➤ cd CSSOM
29+ ➤ npm install -d
30+ ➤ ./node_modules/.bin/jake
2831 build/CSSOM.js is done
2932
30- To use it with Node.js:
33+ To use it with Node.js or any other CommonJS loader :
3134
32- npm install cssom
35+ ➤ npm install cssom
3336
3437## [ Specs] ( http://nv.github.com/CSSOM/spec/ )
3538
You can’t perform that action at this time.
0 commit comments