css-prefixes-data

1.0.3 • Public • Published

css-prefixes-data

A CLI to generate a json file with the CSS features/prefixes based on caniuse data.

The data

The data in the file will look like this:

[
  {
    "name":"columns",
    "prefixes":["-webkit-"]
  },
  {
    "name":"flex",
    "prefixes":["-webkit-", "-ms-"]
  },
  ...
]

Readme

Keywords

Package Sidebar

Install

npm i css-prefixes-data

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • schiehll