check_css_browser_support
Check browser compatibility for CSS properties using MDN data to ensure cross-browser functionality and avoid implementation issues.
Instructions
Checks browser support for specific CSS properties using MDN data and provides detailed compatibility information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css_property | Yes | CSS property name to check browser support for | |
| include_experimental | No | Include experimental/draft features in results |