awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Style Configurations · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesStyle Configurations

Tools and settings for defining custom CSS rules, atomic shortcuts, and design system presets.

Distinguishing note: Focuses on the configuration layer of styling engines rather than the CSS frameworks themselves.

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

  1. Home
  2. User Interface & Experience
  3. Style Configurations

Awesome Style Configurations GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • slidevjs/slidev

    slidevjs/slidev

    44,409View on GitHub↗

    Slidev is a markdown-based presentation framework designed for creating interactive, web-based slide decks. It functions as a static site generator that transforms plain text files into modular UI components, allowing authors to maintain version control while building professional presentations. The engine provides a browser-based runtime that manages slide navigation, animated transitions, and the live execution of code blocks. What distinguishes Slidev is its developer-centric approach to technical presentations. It features built-in support for syntax highlighting, mathematical typesetting

    Slidev defines custom shortcuts, presets, and style rules by extending the default atomic CSS engine configuration in a local file.

    TypeScriptmarkdownpresentationslides
    44,409View on GitHub↗
  • jgm/pandoc

    jgm/pandoc

    42,166View on GitHub↗

    Pandoc is a universal document converter that translates content between a wide range of markup and binary formats. It functions by parsing input documents into a unified intermediate abstract syntax tree, which serves as the foundation for consistent manipulation and transformation across diverse output types. The system is distinguished by its modular reader-writer pipeline, which decouples input parsing from output generation to allow for granular control over document structure. Users can programmatically manipulate this intermediate tree through a robust filter system, supporting both ex

    Customizes HTML output appearance by setting CSS properties through document variables.

    Haskellcommonmarkconverterdocument
    42,166View on GitHub↗