awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesCSS Property Normalizers

Utilities that map vendor-prefixed properties to a consistent interface.

Distinguishing note: Focuses on normalization of existing properties rather than detection of new ones.

Explore 3 awesome GitHub repositories matching web development · CSS Property Normalizers. Refine with filters or upvote what's useful.

Awesome CSS Property Normalizers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • modernizr/modernizrAvatar de Modernizr

    Modernizr/Modernizr

    25,680Voir sur GitHub↗

    Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl

    Identifies supported vendor-prefixed versions of web standards and returns them in a consistent format.

    JavaScriptcss3-featuresfeature-detectionhacktoberfest
    Voir sur GitHub↗25,680
  • css/cssoAvatar de css

    css/csso

    3,792Voir sur GitHub↗

    csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic transformations. It functions as an abstract syntax tree processor, converting styles into a structured tree to perform deep analysis and semantic-preserving code transformations while maintaining the original visual presentation. The project distinguishes itself through usage-aware optimization, analyzing external HTML markup and class identifiers to prune unused styles and reorganize rules based on actual document usage. It also performs structural refactoring by identifying and

    Standardizes shorthand properties and unit values to reduce character count while preserving visual rendering.

    JavaScript
    Voir sur GitHub↗3,792
  • vueuse/motionAvatar de vueuse

    vueuse/motion

    2,756Voir sur GitHub↗

    Motion is a declarative animation framework designed for Vue applications. It provides a system for defining complex visual states and element transformations through an object-based syntax, allowing developers to manage interface motion directly within component templates. The library distinguishes itself by utilizing a physics-driven engine that calculates frame-by-frame values using spring-based mathematical models. This approach enables natural movement and fluid transitions between visual states without the need for manual keyframe management. By leveraging a fine-grained reactivity syst

    Decomposes shorthand geometric properties into browser-compatible CSS strings for consistent rendering.

    TypeScriptcomposablecomposition-apimotion
    Voir sur GitHub↗2,756
  1. Home
  2. Web Development
  3. CSS Property Normalizers