get-element-styles
Retrieve specified CSS styles of an element using its selector; inspect element-specific design properties such as color, fontSize, or backgroundColor with a simple query.
Instructions
Retrieves style information of a specific element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | CSS selector of the element to inspect | |
styleProperties | Yes | Array of style property names to retrieve (e.g., ['color', 'fontSize', 'backgroundColor']) |