Skip to content

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

About

User agent stylesheet defined in the WHATWG HTML specification.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •