get_css_property_details
Retrieve detailed CSS property information, including syntax, use cases, and code examples, directly from MDN documentation to enhance web development workflows.
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 |