css-usage

0.0.1 • Public • Published

Google Chrome CSS rule ranges to coverage

Build Status codecov

With this package you can convert the Google Chrome CSS rule ranges to a standard CSS coverage report, such as clover.xml.

[
    {
        "url": "a.css",
        "ranges": [
            {
                "start": 0,
                "end": 27
            },
            {
                "start": 116,
                "end": 156
            }
        ],
        "text": "body {\n  font-size: 16px;\n}\n"
    }
]

Readme

Keywords

Package Sidebar

Install

npm i css-usage

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

24.8 kB

Total Files

19

Last publish

Collaborators

  • sweetchuck