prettier / html-ua-styles

User agent stylesheet defined in the WHATWG HTML specification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 58.5%Language:CSS 41.5%