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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesCSS Plugin Frameworks

Architectures specifically designed for building and integrating plugins that transform CSS abstract syntax trees.

Distinct from Plugin Ecosystems: Focuses on the technical framework for CSS transformation plugins rather than general build tool plugin ecosystems

Explore 3 awesome GitHub repositories matching web development · CSS Plugin Frameworks. Refine with filters or upvote what's useful.

Awesome CSS Plugin Frameworks GitHub Repositories

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

    postcss/postcss

    28,968GitHub पर देखें↗

    PostCSS is a CSS post-processor and abstract syntax tree transformation tool that parses stylesheets into a structured tree for programmatic analysis and modification. It functions as a plugin-driven pipeline where JavaScript plugins can modify, insert, or delete nodes to transform styles. The project provides a framework for building a custom plugin ecosystem to extend the CSS language with non-standard features such as loops, conditionals, and shorthand properties. It supports multi-syntax parsing through pluggable parsers and stringifiers, allowing it to process various style formats and c

    Provides a framework for building custom tools that extend CSS with features like loops, conditionals, and shorthand properties.

    TypeScriptastcssframework
    GitHub पर देखें↗28,968
  • vercel/styled-jsxvercel का अवतार

    vercel/styled-jsx

    7,785GitHub पर देखें↗

    styled-jsx is a CSS-in-JS library and styling framework for JSX components. It functions as a scoped CSS engine that uses compile-time transformations to generate unique class names, preventing style leakage between components. The system includes a server-side CSS renderer that flushes styles into HTML to prevent layout flicker during the first paint. It ensures security compliance by attaching per-request nonces to generated style tags to satisfy Content Security Policy requirements. The framework covers global CSS management with deduplication, dynamic styling via template interpolation,

    Provides a framework for using JavaScript modules as plugins to transform CSS abstract syntax trees at compile time.

    JavaScriptcsscss-in-jsdynamic-styles
    GitHub पर देखें↗7,785
  • windicss/windicsswindicss का अवतार

    windicss/windicss

    6,515GitHub पर देखें↗

    Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while

    Provides a plugin system for adding custom utilities, variants, and design tokens to the utility-first framework.

    TypeScriptcsscss-compileron-demand
    GitHub पर देखें↗6,515
  1. Home
  2. Web Development
  3. Build Tooling
  4. Plugin Ecosystems
  5. CSS Plugin Frameworks

सब-टैग एक्सप्लोर करें

  • Utility-First Plugin ExtensionsPlugin systems for adding custom utilities, variants, and design tokens to utility-first CSS frameworks. **Distinct from CSS Plugin Frameworks:** Distinct from CSS Plugin Frameworks: focuses on extending utility-first frameworks with custom utilities and design tokens, not general CSS AST transformation plugins.