get_css_property_details
Retrieve detailed information on CSS properties, including syntax, examples, and use cases, directly from MDN documentation to streamline development and implementation.
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 |