awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesCustom CSS Variable Definitions

Capabilities for defining arbitrary CSS properties and semantic variables for site-wide use.

Distinct from CSS Property Management: Focuses on the definition of custom properties and variables rather than validation or reset logic.

Explore 5 awesome GitHub repositories matching user interface & experience · Custom CSS Variable Definitions. Refine with filters or upvote what's useful.

Awesome Custom CSS Variable Definitions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dunovank/jupyter-themesAvatar dunovank

    dunovank/jupyter-themes

    9,822Vezi pe GitHub↗

    jupyter-themes is a Jupyter Notebook theme manager and CSS interface customizer. It provides a command line tool to apply custom color schemes, fonts, and layout styles to notebook environments. The project includes a data visualization styling tool that synchronizes the aesthetic properties and color schemes of plotting libraries with the active interface theme. This ensures that data charts and figures remain visually consistent with the overall workspace theme.

    Provides a collection of stylesheets that modify fonts, colors, and visual properties of notebooks.

    CSScssjupyterjupyter-notebook
    Vezi pe GitHub↗9,822
  • webstudio-is/webstudioAvatar webstudio-is

    webstudio-is/webstudio

    8,240Vezi pe GitHub↗

    Webstudio is a visual CMS and website builder that provides a visual development environment for designing and publishing websites. It functions as an AI-powered design tool, a REST and GraphQL API client, and an atomic CSS compiler. The platform distinguishes itself through generative AI capabilities for creating layout variants and refining visual styles from text prompts. It integrates a headless CMS workflow that maps external data sources to visual components and utilizes a specialized compiler to convert design tokens into deduplicated atomic CSS for optimized page load speeds. The sys

    Allows users to set arbitrary CSS properties and define custom CSS variables for site-wide application.

    TypeScriptaccessibilityalternativecloudflare
    Vezi pe GitHub↗8,240
  • filamentgroup/loadcssAvatar filamentgroup

    filamentgroup/loadCSS

    6,647Vezi pe GitHub↗

    loadCSS este un încărcător asincron de CSS și un injector de fișiere de stil non-blocant. Oferă o implementare tehnică pentru încărcarea fișierelor de stil fără a bloca procesul de randare al browserului, pentru a menține o interfață de utilizator receptivă. Proiectul implementează un tipar specific de încărcare CSS pentru a detecta când fișierele de stil asincrone au terminat încărcarea în diferite browsere web. Acest lucru permite execuția funcțiilor callback doar după ce un fișier de stil a fost complet încărcat, pentru a asigura un comportament vizual consistent. Instrumentul acoperă inserarea programatică a fișierelor de stil, injectarea dinamică bazată pe logica aplicației și detectarea încărcării fișierelor de stil. Gestionează modul în care stilurile sunt solicitate pentru a optimiza performanța frontend.

    Provides a method to programmatically insert CSS files into the document to maintain a responsive interface.

    JavaScript
    Vezi pe GitHub↗6,647
  • argyleink/open-propsAvatar argyleink

    argyleink/open-props

    5,409Vezi pe GitHub↗

    Open Props is a CSS custom property library and design token set providing reusable variables for colors, typography, and layout. It functions as a CSS variable framework and design system intended to ensure visual consistency across components and platforms. The project includes an optimization toolkit for generating selector-scoped variable bundles and removing unused design tokens from stylesheets to reduce final file size. It also provides configuration files to enable design variable autocompletion within code editors. The system covers broader capabilities in adaptive web interface des

    Implements a global system for defining semantic CSS custom properties across the DOM.

    HTML
    Vezi pe GitHub↗5,409
  • midudev/jscampAvatar midudev

    midudev/jscamp

    3,811Vezi pe GitHub↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Uses custom CSS properties in the root element for site-wide style variables.

    JavaScriptbootcamp
    Vezi pe GitHub↗3,811
  1. Home
  2. User Interface & Experience
  3. Custom CSS Variable Definitions

Explorează sub-etichetele

  • Custom Utility DefinitionsCreating type-safe custom CSS properties with shorthands, value mappings, and value transformations. **Distinct from Custom CSS Variable Definitions:** Distinct from Custom CSS Variable Definitions: focuses on defining utility classes with shorthands and transforms, not just CSS variables.
  • Interface StylesheetsCollections of CSS rules used to define the visual appearance of an application interface. **Distinct from Custom CSS Variable Definitions:** Distinct from variable definitions: focuses on the full stylesheet collections used for theming rather than individual variable definitions.