Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 342 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 342 Bytes

getMatchedCSSRules

getMatchedCSSRules for Firefox, IE and Chrome

Installation

for Bower

bower install getMatchedCSSRules

for Browser

<script type="text/javascript" src="path-to-getMatchedCSSRules"></script>

Usage

var rules = getMatchedCSSRules(document.body);
console.log(rules);

License

MIT