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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesStyle Resets

Utilities for clearing specific formatting or layout properties from style objects.

Distinct from Visual Styling Rules: Distinct from Visual Styling Rules: focuses on the removal/reversion of properties rather than the application of new rules.

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

Awesome Style Resets GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • chalk/chalkAvatar von chalk

    chalk/chalk

    23,262Auf GitHub ansehen↗

    Chalk is a Node.js console formatter and terminal styling library used to add colors and text modifiers to command line output. It functions as a tool for formatting strings with foreground colors, background tints, and text styles using ANSI escape sequences. The library includes a terminal color support detector that automatically determines the color depth and capabilities of the current environment. It features an ANSI color downsampler that converts RGB, Hex, or 256-color values to the nearest compatible format based on the detected terminal capabilities. The project provides capabiliti

    Automatically appends reset sequences to styled strings to prevent style leakage into subsequent output.

    JavaScriptansiansi-escape-codeschalk
    Auf GitHub ansehen↗23,262
  • charmbracelet/lipglossAvatar von charmbracelet

    charmbracelet/lipgloss

    10,591Auf GitHub ansehen↗

    This project is a framework for composing terminal interfaces through declarative styling and a grid-based layout engine. It provides a comprehensive toolkit for building responsive command-line applications by managing ANSI escape sequences, color profiles, and text rendering to ensure consistent visual output across different terminal environments. The library distinguishes itself through its ability to automatically detect terminal capabilities and background themes, allowing it to adjust color schemes and downsample profiles for optimal readability. It utilizes a layered composition model

    Allows clearing specific formatting, layout, or spacing properties from a style object.

    Gocligogolang
    Auf GitHub ansehen↗10,591
  • facebook/stylexAvatar von facebook

    facebook/stylex

    9,126Auf GitHub ansehen↗

    StyleX is a type-safe CSS-in-JS library and atomic CSS compiler that transforms JavaScript style definitions into optimized static CSS and type-safe class names. It functions as a multi-framework styling tool, generating standard CSS assets compatible with various JavaScript UI frameworks and server components. The system includes a CSS design token system and theme engine for managing shared constants and composing visual schemes. It allows for the creation of light, dark, and custom themes through variable overrides and token inheritance. The project covers component styling through object

    Allows removing previously applied styles for a specific property by setting its value to null.

    JavaScript
    Auf GitHub ansehen↗9,126
  • tailwindlabs/tailwindcss-typographyAvatar von tailwindlabs

    tailwindlabs/tailwindcss-typography

    6,249Auf GitHub ansehen↗

    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

    Includes an opinionated layer that resets form element styles for easier utility class styling.

    JavaScript
    Auf GitHub ansehen↗6,249
  • black7375/firefox-ui-fixAvatar von black7375

    black7375/Firefox-UI-Fix

    5,841Auf GitHub ansehen↗

    Firefox-UI-Fix ist eine Sammlung von CSS-Stylesheets, Stil-Overrides und einem UserChrome-Framework, das darauf ausgelegt ist, das Layout und Erscheinungsbild des Firefox-Webbrowsers neu zu definieren. Es fungiert als Browser-Oberflächen-Anpasser und Styling-Kit, das CSS-Injection und DOM-Overrides verwendet, um die Browser-Shell zu modifizieren. Das Projekt zeichnet sich durch eine tiefe Integration mit Host-Betriebssystemen aus, wodurch Fensterdekorationen, Menüs und Themes des Browsers an Systemakzentfarben und native Desktop-Ästhetik angepasst werden können. Es enthält spezialisierte Funktionen zur Modifikation der visuellen Hierarchie der Oberfläche und bietet vordefinierte visuelle Theme-Distributionen. Breite Funktionsbereiche decken umfassende Layout-Modifikationen ab, einschließlich der Möglichkeit, Elementdichte anzupassen, Tab-Leisten neu zu positionieren und Navigations-Toolbars neu zu organisieren. Das Projekt bietet zudem Werkzeuge für Tab-Management, das Redesign interner Media-Player, das Entfernen von Oberflächenanimationen sowie die Anpassung interner Browserseiten und Typografie. Das System ist in SCSS implementiert und nutzt die internen Styling-Mechanismen des Browsers sowie präferenzgesteuerte Konfigurationen.

    Reverts the downloads panel to its original visual style by removing custom decorations.

    SCSSfirefoxfirefox-cssfirefox-customization
    Auf GitHub ansehen↗5,841
  • tailwindlabs/tailwindcss-formsAvatar von tailwindlabs

    tailwindlabs/tailwindcss-forms

    4,562Auf GitHub ansehen↗

    Dieses Projekt ist ein Tailwind-CSS-Plugin, das eine normalisierte Basis für Formularsteuerelemente über verschiedene Webbrowser hinweg bereitstellt. Es fungiert als CSS-Formular-Style-Reset, das inkonsistente browserseitige Standarddarstellungen von Inputs, Checkboxen und Radio-Buttons entfernt, um ein neutrales Fundament für Utility-First-Styling zu etablieren. Das System ermöglicht eine konfigurationsgesteuerte Anwendungsstrategie, bei der Benutzer wählen können, ob die Style-Resets global auf alle passenden HTML-Elemente oder nur auf solche mit spezifischen Klassen angewendet werden. Diese Flexibilität ermöglicht die Anwendung normalisierter Formular-Styles auf Nicht-Formular-Komponenten, um visuelle Konsistenz zu wahren. Das Plugin integriert sich mit einer zentralen Theme-Konfiguration, um Reset-Werte auf Design-Tokens abzubilden. Es nutzt PostCSS-basiertes Style-Injection, um CSS-Regeln während des Build-Prozesses zu generieren, was die Erstellung benutzerdefinierter Formular-Komponenten unter Verwendung atomarer Utility-Klassen erleichtert.

    Provides a neutral baseline for form controls by removing inconsistent browser-default styles.

    HTML
    Auf GitHub ansehen↗4,562
  1. Home
  2. User Interface & Experience
  3. Visual Styling Rules
  4. Style Resets

Unter-Tags erkunden

  • FormUtilities specifically for removing browser-default styling from form controls to create a neutral baseline. **Distinct from Style Resets:** Specializes general style resets to target form elements specifically for utility-first styling.