awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
CSS Build Tools · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesCSS Build Tools

Build-time engines that scan source files to generate, organize, and compile CSS styles for web interfaces.

Explore 4 awesome GitHub repositories matching web development · CSS Build Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Web Infrastructure and Deployment
  4. Asset Management & Build Tools
  5. Style Optimization Tools
  6. CSS Build Tools

Awesome CSS Build Tools GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    awesomeawesome-listlists
  • twbs/bootstrap

    twbs/bootstrap

    173,988GitHubView on GitHub↗

    Bootstrap is a comprehensive, mobile-first CSS framework designed for building responsive web interfaces. It provides a standardized library of reusable UI components, such as navigation bars, modals, and forms, alongside a robust grid system that ensures consistent layout alignment across diverse viewport sizes. By es

    MDXbootstrapcsscss-framework
  • tailwindlabs/tailwindcss

    tailwindlabs/tailwindcss

    93,668GitHubView on GitHub↗

    Utility-first CSS framework for fast, design-system-friendly styling.

    TypeScriptcssframeworkutility
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Zigbunbundlerjavascript

Explore sub-tags

  • CSS Cascade LayersOrganizes styles into explicit layers to control specificity and cascade order.
  • CSS Layout ModulesResources and tools for implementing flexible and responsive page layouts using modern styling standards.
  • CSS Learning ResourcesEducational materials and documentation for mastering cascading style sheets and web design principles.
CSS Module Bundlers
Bundlers that support scoped CSS modules.
  • CSS Namespace PrefixesMechanisms for scoping generated CSS classes and variables with custom prefixes to avoid naming collisions.
  • CSS Preprocessor ReplacementsNative CSS features that render traditional preprocessors like Sass or Less redundant.
  • Importance ConfigurationsSettings to force utility specificity via !important.
  • Just-In-Time CSS CompilersBuild-time engines that generate CSS dynamically based on classes found in source files.
  • Just-In-Time CSS GeneratorsTools that compile CSS utility classes on-demand based on usage during the build process.
  • Layered CSS ArchitecturesPatterns that utilize CSS cascade layers to manage specificity and style order.
  • Scalable CSS ArchitecturesSystems for managing complex styling through modular composition and automated class generation.
  • Source File ScannersMechanisms that parse source code to extract style tokens for automated CSS generation.
  • Utility Class SafelistingMechanisms to ensure specific utility classes are preserved in the final CSS output during tree-shaking or purging.
  • Utility-First CSS FrameworksFrameworks that provide low-level utility classes to construct custom interface designs directly within markup.
  • Variant-Based Style ModifiersApplies state-based or responsive modifiers via CSS pseudo-classes and media queries.