awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • bendc/frontend-guidelinesbendc 的头像

    bendc/frontend-guidelines

    9,089在 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.

    在 GitHub 上查看↗9,089
  • airbnb/cssairbnb 的头像

    airbnb/css

    6,980在 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.

    在 GitHub 上查看↗6,980
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 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
    在 GitHub 上查看↗3,811
  • csswizardry/css-guidelinescsswizardry 的头像

    csswizardry/CSS-Guidelines

    3,648在 GitHub 上查看↗

    CSS Guidelines 是一个综合样式指南和参考,用于在大型 Web 项目中编写可维护、可扩展和模块化的 CSS。它提供了一套专业标准,用于组织样式表和实现一致的命名模式,以改善长期的代码库健康状况并减少技术债务。 该项目专注于一种严格的方法,用于限定类作用域以创建隔离且可预测的组件,防止样式在用户界面的独立部分之间泄漏。它强调扁平的选择器层级以避免特异性冲突,并鼓励将结构布局与视觉美学分离。通过将代码组织为逻辑目录结构并应用单一职责设计原则,该指南确保样式在项目增长时保持易于更新和覆盖。 这些标准涵盖了构建可靠设计系统的基础方面,包括级联层的管理和一致架构模式的实现。该文档作为旨在在复杂界面中建立可预测、高质量样式约定的团队的中心资源。

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

    在 GitHub 上查看↗3,648
  1. Home
  2. Web Development
  3. CSS Specificity Management