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
·

1 repository

Awesome GitHub RepositoriesJavaScript Module Exports

Wraps CSS content into JavaScript module exports for flexible import patterns.

Distinct from CSS Style Modules: Focuses on the transformation of CSS into JS exports rather than the general concept of style modules.

Explore 1 awesome GitHub repository matching web development · JavaScript Module Exports. Refine with filters or upvote what's useful.

Awesome JavaScript Module Exports GitHub Repositories

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

    webpack/css-loader

    4,322Vezi pe GitHub↗

    css-loader is a Webpack module that transforms CSS files into JavaScript modules and resolves their internal dependencies during the bundling process. It acts as a CSS asset resolver, translating import rules and url functions into module identifiers to integrate stylesheets into a dependency graph. The project implements CSS Modules to prevent global style collisions by scoping class and ID selectors locally with unique identifiers. It includes a system for Interoperable CSS (ICSS), enabling the sharing and composition of styles across different classes and modules through reusable value dec

    Wraps CSS content into JavaScript module exports to allow styles to be imported as strings or objects.

    JavaScript
    Vezi pe GitHub↗4,322
  1. Home
  2. Web Development
  3. Modular Architectures
  4. CSS Style Modules
  5. JavaScript Module Exports