awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesMarkup Usage Analysis

Analyzing HTML and JS files to detect the presence of specific CSS selectors.

Distinct from HTML Static Analysis: Distinct from HTML Static Analysis: focuses on extracting used selectors rather than finding malformed tags.

Explore 1 awesome GitHub repository matching development tools & productivity · Markup Usage Analysis. Refine with filters or upvote what's useful.

Awesome Markup Usage Analysis GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • fullhuman/purgecssFullHuman का अवतार

    FullHuman/purgecss

    8,043GitHub पर देखें↗

    PurgeCSS is a build-pipeline CSS purger and optimizer designed to reduce the final size of stylesheets. It functions as a tree shaking tool that scans HTML and JavaScript files to identify and remove unused selectors from CSS. The tool optimizes CSS payloads by performing static content analysis to detect which styles are actually used in the markup. It uses regex-based pattern matching to find potential class names without executing code and employs a PostCSS-based AST transformation to safely delete unused rules. The project provides capabilities for frontend build automation, allowing the

    Scans HTML and JavaScript files to create a comprehensive list of all CSS selectors used in the markup.

    TypeScript
    GitHub पर देखें↗8,043
  1. Home
  2. Development Tools & Productivity
  3. Static Analysis Tools
  4. HTML Static Analysis
  5. Markup Usage Analysis