Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.33 KB

readme.md

File metadata and controls

45 lines (35 loc) · 1.33 KB

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