html-ua-styles
v0.0.8
Published
User agent stylesheet defined in the WHATWG HTML specification.
Downloads
8,960
Readme
html-ua-styles
User agent stylesheet defined in the WHATWG HTML specification.
Installation
yarn add html-ua-styles
Usage
import htmlUaStyles from 'html-ua-styles';
console.log(htmlUaStyles);
/* =>
[
{
type: 'Styles',
selectors: [ ... ],
styles: [ ... ]
},
...
]
*/
Inspired by html-styles