awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesCSS Specificity Management

Strategies for controlling selector specificity to maintain clean and scalable stylesheets.

Distinguishing note: Focuses on specificity control rather than general selector usage.

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

Awesome CSS Specificity Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • bendc/frontend-guidelinesAvatar de bendc

    bendc/frontend-guidelines

    9,089Ver en GitHub↗

    This project is a comprehensive collection of frontend development best practices and standards. It provides guides for writing semantic HTML, efficient CSS, and functional JavaScript to improve overall web performance and accessibility. The repository establishes frameworks for modern CSS architecture, focusing on specificity management and the use of Flexbox and Grid for predictable layouts. It outlines patterns for functional JavaScript programming, emphasizing the use of pure functions and composition to reduce execution time and dependency bloat. The guidelines cover several core capabi

    Establishes standards for controlling selector specificity to ensure a predictable and overridable style hierarchy.

    Ver en GitHub↗9,089
  • airbnb/cssAvatar de airbnb

    airbnb/css

    6,980Ver en GitHub↗

    This project is a CSS architecture framework and style guide providing formal coding standards for CSS and Sass. It establishes a structured approach to naming conventions, property organization, and selector management to ensure consistency across large-scale projects. The framework focuses on decoupling visual styles from JavaScript behavior through specific naming prefixes and utilizes a block element modifier system for component naming. It defines strict guidelines for Sass usage, emphasizing the efficient application of variables and mixins to prevent bloated output and complex dependen

    Controls selector depth and restricts ID usage to manage CSS specificity and prevent style conflicts.

    Ver en GitHub↗6,980
  • midudev/jscampAvatar de midudev

    midudev/jscamp

    3,811Ver en GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Implements strategies for controlling selector specificity to ensure a scalable and predictable style cascade.

    JavaScriptbootcamp
    Ver en GitHub↗3,811
  • csswizardry/css-guidelinesAvatar de csswizardry

    csswizardry/CSS-Guidelines

    3,648Ver en GitHub↗

    CSS Guidelines is a comprehensive style guide and reference for writing maintainable, scalable, and modular CSS in large-scale web projects. It provides a set of professional standards for organizing stylesheets and implementing consistent naming patterns to improve long-term codebase health and reduce technical debt. The project centers on a strict methodology for scoping classes to create isolated and predictable components, preventing style leakage between independent parts of a user interface. It emphasizes a flat selector hierarchy to avoid specificity conflicts and encourages the separa

    Maintains flat selector hierarchies to prevent complex override conflicts during development.

    Ver en GitHub↗3,648
  1. Home
  2. Web Development
  3. CSS Specificity Management