1.0.0 • Published 10 years ago
dom-class-styles v1.0.0
dom-class-styles
Install
npm install --save dom-class-styles
Example
var classStyles = require('dom-class-styles');
var styles = classStyles('class-name');
console.log(styles.border);
About
Get the styles of a class from a style sheet in the current HTML document. If there is more than one CSS document in the page the furthest one down in the HTML will be used.
1.0.0
10 years ago