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

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

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

8 个仓库

Awesome GitHub RepositoriesStyle Interoperability

Tools that manage the integration and compatibility of different style sources within a single application.

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

Awesome Style Interoperability GitHub Repositories

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

    ant-design/ant-design

    98,362在 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
    在 GitHub 上查看↗98,362
  • zadam/triliumzadam 的头像

    zadam/trilium

    36,595在 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
    在 GitHub 上查看↗36,595
  • unocss/unocssunocss 的头像

    unocss/unocss

    18,854在 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
    在 GitHub 上查看↗18,854
  • less/less.jsless 的头像

    less/less.js

    17,031在 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
    在 GitHub 上查看↗17,031
  • bastienwirtz/homerbastienwirtz 的头像

    bastienwirtz/homer

    11,398在 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
    在 GitHub 上查看↗11,398
  • purcell/emacs.dpurcell 的头像

    purcell/emacs.d

    7,069在 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
    在 GitHub 上查看↗7,069
  • writefreely/writefreelywritefreely 的头像

    writefreely/writefreely

    5,188在 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
    在 GitHub 上查看↗5,188
  • fastai/fastpagesfastai 的头像

    fastai/fastpages

    3,548在 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
    在 GitHub 上查看↗3,548
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Style Interoperability

探索子标签

  • CSS Layer Configurations1 个子标签Use of CSS layers to manage style specificity and prevent conflicts with third-party libraries.