css_find_unused
Detect unused CSS selectors by analyzing stylesheets against HTML or JSX content, helping identify dead code for cleanup.
Instructions
Find unused CSS selectors by comparing stylesheets against HTML/JSX content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css | Yes | CSS stylesheet content to analyze | |
| html | Yes | HTML or JSX content to check selector usage against | |
| api_key | No | API key for authentication |