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