awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • postcss/postcssAvatar postcss

    postcss/postcss

    28,968Vezi pe GitHub↗

    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
    Vezi pe GitHub↗28,968
  • vercel/styled-jsxAvatar vercel

    vercel/styled-jsx

    7,785Vezi pe GitHub↗

    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
    Vezi pe GitHub↗7,785
  • windicss/windicssAvatar windicss

    windicss/windicss

    6,515Vezi pe GitHub↗

    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
    Vezi pe GitHub↗6,515
  1. Home
  2. Web Development
  3. Build Tooling
  4. Plugin Ecosystems
  5. CSS Plugin Frameworks

Explorează sub-etichetele

  • 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.