html-ua-styles

0.0.8 • Public • Published

html-ua-styles

Build Status Coverage Npm Version MIT License

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

Readme

Keywords

none

Package Sidebar

Install

npm i html-ua-styles

Weekly Downloads

2,282

Version

0.0.8

License

MIT

Unpacked Size

71.3 kB

Total Files

5

Last publish

Collaborators

  • fisker