andrico1234 / css-triggers-11ty

Learn to write more performant CSS with this remake of the OG CSS Triggers site
https://css-triggers.com
MIT License
6 stars 0 forks source link
css

CSS Triggers (2024 Remake)

This is a remake of the original CSS Triggers website, which was created by Paul Lewis and Surma. The original website looks like it's been replaced with a marketing site. This remake is based on the original website, but with a new design.

If you have any data for missing CSS properties, or up to date info for some of the existing properties, then please open an issue.

Contributing

Opening an issue

If you're aware that any of the data is missing or outdated, then please create a new issue detailing which properties need to be updated for the corresponding browser.

Please provide some evidence to this if possible

Creating a pull request

You can also update the data yourself and open a pull equest for review

  1. Fork the repo
  2. Make the changes to the correct file:
    • src/_data/{engine}.json (don't update the data.json as it gets generated automatically)
  3. Run npm run build-data
  4. Commit + push the changes
  5. Open a pull request