1 Repo
Parsing HTML markup specifically to extract unique class names and identifiers for style matching.
Distinct from HTML Static Analysis: Distinct from HTML Static Analysis by focusing on extracting style targets rather than detecting malformed tags.
Explore 1 awesome GitHub repository matching development tools & productivity · Class and Identifier Extraction. Refine with filters or upvote what's useful.
grunt-uncss is a CSS dead code eliminator and static analysis build tool. It functions as a Grunt CSS optimization plugin that identifies and deletes redundant style rules to reduce stylesheet file sizes and improve frontend performance. The tool analyzes HTML files and headless browser DOM states to detect styles that do not match any elements in the markup. It supports the protection of specific selectors through whitelists to ensure that styles for dynamically injected elements are preserved during the cleanup process. The project covers frontend asset minification by compressing cleaned
Scans source HTML files to identify unique class names and identifiers used as style targets.