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