1.0.3 • Published 7 years ago

css-prefixes-data v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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-"]
  },
  ...
]