awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

8 repositorios

Awesome GitHub RepositoriesCSS Layer Configurations

Use of CSS layers to manage style specificity and prevent conflicts with third-party libraries.

Explore 8 awesome GitHub repositories matching user interface & experience · CSS Layer Configurations. Refine with filters or upvote what's useful.

Awesome CSS Layer Configurations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ant-design/ant-designAvatar de ant-design

    ant-design/ant-design

    98,362Ver en GitHub↗

    Ant Design is an enterprise-grade component library and design system framework built for developing complex, data-heavy web applications. It provides a comprehensive collection of pre-built, state-driven interface elements that map data properties to rendered components, ensuring consistent interaction patterns and visual language across large-scale projects. The library distinguishes itself through a robust styling architecture that utilizes design tokens and hierarchical configuration providers to propagate global settings like themes, locale, and layout direction. By employing component-l

    CSS layers manage style specificity to ensure seamless coexistence with external styling solutions.

    TypeScriptant-designantddesign-systems
    Ver en GitHub↗98,362
  • zadam/triliumAvatar de zadam

    zadam/trilium

    36,595Ver en GitHub↗

    Trilium is a hierarchical personal knowledge base and digital garden tool designed to organize information into a tree of linked nodes. It functions as a JavaScript programmable wiki and a self-hosted note server, allowing users to maintain a private database of documents synchronized across multiple devices. The platform distinguishes itself through an embedded scripting engine for automating tasks and a REST API that exposes internal data and actions to external tools. Users can further extend the system by modifying the user interface layout and styling through a custom theme engine. The

    Allows users to provide custom CSS stylesheets to override the default visual presentation and layout.

    TypeScript
    Ver en GitHub↗36,595
  • unocss/unocssAvatar de unocss

    unocss/unocss

    18,854Ver en GitHub↗

    UnoCSS is an atomic CSS engine and utility-first framework that generates styles on-demand based on the specific classes used in your source code. By scanning your project files during the build process, it produces only the CSS necessary for your application, effectively minimizing bundle size and eliminating unused styles. The engine distinguishes itself through a highly modular, configuration-driven architecture that allows for deep customization of design tokens, rules, and presets. It supports advanced styling patterns such as attribute-based styling, tag-based styling, and dynamic varia

    Assigns custom CSS rules to specific named layers to control their generation order and grouping within the final stylesheet.

    TypeScriptatomic-cssengineunocss
    Ver en GitHub↗18,854
  • less/less.jsAvatar de less

    less/less.js

    17,031Ver en GitHub↗

    Less.js is a CSS preprocessor and compilation engine that transforms a dynamic stylesheet language into standard CSS for web browser rendering. It functions as a tool to compile extended styling syntax, providing variables, mixins, and functions to create maintainable stylesheets. The project includes a source map generator that creates mapping files to link compiled CSS output back to the original source code for debugging. It allows for the integration of custom plugins and functions to automate the generation of final stylesheets within a build process. The engine supports the compilation

    Controls the cascade priority and specificity of styles using CSS layer at-rules.

    JavaScript
    Ver en GitHub↗17,031
  • bastienwirtz/homerAvatar de bastienwirtz

    bastienwirtz/homer

    11,398Ver en GitHub↗

    Homer is a JSON-driven web dashboard and self-hosted application portal that serves as a centralized entry point for server-hosted tools. It functions as a static home page and service launcher, organizing application links and shortcuts into a configurable grid. The project distinguishes itself through its ability to act as a service status dashboard, fetching real-time health metrics and version data from remote APIs to display on service cards. It further supports a progressive web app model for standalone installation and includes a fuzzy search system to quickly locate services across th

    Uses a layered stylesheet approach to manage style specificity and allow switching between custom color schemes.

    Vuedashboardhacktoberfesthomepage
    Ver en GitHub↗11,398
  • purcell/emacs.dAvatar de purcell

    purcell/emacs.d

    7,069Ver en GitHub↗

    This project is an Emacs configuration framework and custom Emacs Lisp distribution. It provides a pre-configured bundle of defaults and language supports to serve as a development baseline and environment bootstrap for the Emacs text editor. The system is designed for extensibility, allowing users to override default editor behaviors and themes through local configuration files and customization interfaces. It supports the integration of third party code by adding external scripts and libraries to the editor load path.

    Allows external code to inject custom logic into the startup process to modify default editor behavior.

    Emacs Lisp
    Ver en GitHub↗7,069
  • writefreely/writefreelyAvatar de writefreely

    writefreely/writefreely

    5,188Ver en GitHub↗

    Writefreely is an open-source, multi-tenant publishing server and blogging engine. It provides a decentralized system for hosting minimalist blogs, utilizing the ActivityPub protocol to federate content and identities across different servers and social networks. The platform focuses on a distraction-free writing experience by removing social metrics and providing an auto-saving editor. It allows a single user account to manage multiple distinct blogs and pen names, maintaining separate writing personas within one installation. The system includes tools for content organization through hasht

    Allows authors to customize the visual appearance of their blogs by injecting custom CSS stylesheets.

    Goactivitypubbetablogging
    Ver en GitHub↗5,188
  • fastai/fastpagesAvatar de fastai

    fastai/fastpages

    3,548Ver en GitHub↗

    Fastpages is a static site generator designed to convert Jupyter Notebooks, Markdown files, and Word documents into a formatted technical blog. It transforms these diverse source formats into a complete website consisting of flat HTML files that can be hosted on simple web servers without a database or active backend. The platform is tailored for collaborative technical writing by integrating community commenting systems, shared page annotations, and badges that allow readers to execute code in external environments. The system provides extensive controls for technical content, including the

    Provides the ability for users to provide custom CSS files to override the default visual presentation of the site.

    Jupyter Notebookactionsdata-sciencefastai
    Ver en GitHub↗3,548
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Style Interoperability
  5. CSS Layer Configurations

Explorar subetiquetas

  • User-Defined Stylesheets1 sub-etiquetaAllows users to provide custom CSS files to override the default visual presentation of the site. **Distinct from CSS Layer Configurations:** Distinct from CSS Layer Configurations: focuses on user-provided style overrides rather than the architectural management of CSS layers.