getComputedCss
Retrieve computed CSS styles for any element to debug layout issues and responsive design. Filter by category or specific CSS properties for targeted analysis.
Instructions
Get computed CSS styles for element. For layout debugging and responsive design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter: 'layout', 'typography', 'colors', 'visual', 'all' (default) | |
| selector | No | CSS selector (default: body) | |
| properties | No | Specific properties. Overrides category. | |
| includeDefaults | No | Include defaults (default: false) |