anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.23k stars 50 forks source link

Automatically create stubs for new features #158

Closed RJWadley closed 1 year ago

RJWadley commented 1 year ago

This pull request adds a script that gets the latest caniuse database and creates test and implementation stubs for any new CSS features, complete with the feature name and a link to the relevant page on the caniuse website.

This PR depends on #157, since the changes in that PR made this script possible. So, we'd need to merge that PR before merging this one. That also means the diff isn't very useful right now. For a better view of the changes, here's a more focused diff with only the relevant changes.