get_css_property_details
Retrieve comprehensive CSS property details from MDN documentation including syntax, examples, and use cases to implement styling correctly.
Instructions
Retrieves comprehensive information about a CSS property from MDN documentation including syntax, examples, and use cases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css_property | Yes | CSS property name to get details for | |
| include_examples | No | Include code examples in the response |