Skip to content

Commit 1e242a0

Browse files
committed
Create README.md
1 parent 3e1a710 commit 1e242a0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# getMatchedCSSRules
2+
getMatchedCSSRules for Firefox, IE and Chrome
3+
4+
### Installation
5+
6+
for Bower
7+
8+
bower install getMatchedCSSRules
9+
10+
for Browser
11+
12+
<script type="text/javascript" src="path-to-getMatchedCSSRules"></script>
13+
14+
### Usage
15+
16+
var rules = getMatchedCSSRules(document.body);
17+
console.log(rules);
18+
19+
### License
20+
MIT

0 commit comments

Comments
 (0)