Skip to content

User agent stylesheet defined in the WHATWG HTML specification.

License

Notifications You must be signed in to change notification settings

prettier/html-ua-styles

Repository files navigation

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