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

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

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

3 个仓库

Awesome GitHub RepositoriesPlugin-Based Base Styles

Mechanisms for registering global base styles like typography defaults and font-face rules via a plugin system.

Distinct from CSS Base Styles: Distinct from CSS Base Styles: focuses on the plugin-based registration mechanism for injecting base styles, not the styles themselves.

Explore 3 awesome GitHub repositories matching user interface & experience · Plugin-Based Base Styles. Refine with filters or upvote what's useful.

Awesome Plugin-Based Base Styles GitHub Repositories

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

    FormidableLabs/radium

    7,346在 GitHub 上查看↗

    Radium is a CSS-in-JS styling library that transforms static inline styles into dynamic, responsive, and animated CSS for React components. It functions as a component style toolchain and React inline style enhancer, allowing developers to define styles using plain JavaScript objects while gaining capabilities like browser state handling, vendor prefixing, and style composition. The library extends React's inline style system by automatically resolving browser state styles for hover, focus, and active interactions without manual event handlers. It supports inline media queries that evaluate a

    Processes style objects through a plugin-based pipeline for prefixing, media queries, and keyframe generation.

    JavaScript
    在 GitHub 上查看↗7,346
  • tailwindlabs/tailwindcss-typographytailwindlabs 的头像

    tailwindlabs/tailwindcss-typography

    6,249在 GitHub 上查看↗

    Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty

    Adds global base styles like typography defaults and font-face rules to the CSS output.

    JavaScript
    在 GitHub 上查看↗6,249
  • react-webpack-generators/generator-react-webpackreact-webpack-generators 的头像

    react-webpack-generators/generator-react-webpack

    2,851在 GitHub 上查看↗

    This project is a command-line utility designed to automate the initialization and maintenance of React application environments. It provides a structured foundation for new projects by scaffolding pre-configured build settings, directory layouts, and testing environments, allowing developers to jumpstart their workflows with standardized configurations. The tool distinguishes itself through its integrated approach to both project scaffolding and ongoing development tasks. Beyond initial setup, it includes generators for creating standardized user interface components, complete with associate

    Transforms and optimizes stylesheets using preprocessors and post-processing plugins for consistent design.

    JavaScript
    在 GitHub 上查看↗2,851
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. CSS Base Styles
  5. Plugin-Based Base Styles

探索子标签

  • Style Processing PipelinesChains of plugins that process style objects through prefixing, media queries, and keyframe generation in sequence. **Distinct from Plugin-Based Base Styles:** Distinct from Plugin-Based Base Styles: focuses on a pipeline for processing style objects rather than registering global base styles.