css-prefixes-data
v1.0.3
Published
> A CLI to generate a json file with the CSS features/prefixes based on [caniuse](http://caniuse.com/) data.
Downloads
2
Readme
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-"]
},
...
]