Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.03 KB

File metadata and controls

42 lines (32 loc) · 1.03 KB

html-ua-styles

Npm Version MIT License Coverage

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