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
·
diegohaz avatar

diegohaz/styled-tools

0
View on GitHub↗
799 stars·24 forks·JavaScript·MIT·2 vues

Styled Tools

Useful interpolated functions for CSS-in-JS

Features

  • CSS Styling Libraries - Utility functions for styled components.

Historique des stars

Graphique de l'historique des stars pour diegohaz/styled-toolsGraphique de l'historique des stars pour diegohaz/styled-tools

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Styled Tools

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Styled Tools.
  • css-modules/css-modulesAvatar de css-modules

    css-modules/css-modules

    17,973Voir sur GitHub↗

    CSS Modules is a build-time tool that transforms local class names into unique, collision-resistant identifiers. By scoping styles to specific components during the compilation phase, it ensures that visual definitions remain isolated and prevents naming conflicts within web applications. The project functions as a frontend build plugin that integrates with module bundlers to manage style dependencies and assets. It generates a JavaScript object mapping that links original local class names to their transformed global counterparts, allowing developers to reference styles programmatically with

    Voir sur GitHub↗17,973
  • csstools/sanitize.cssAvatar de csstools

    csstools/sanitize.css

    5,293Voir sur GitHub↗

    sanitize.css is a CSS normalizer and reset library that provides a standardized baseline for typography, form controls, and element layouts. It removes browser default inconsistencies to establish a predictable foundation for web design and modern applications. The project implements a modern CSS baseline focusing on system interface fonts and consistent rendering across different web browsers and operating systems. It integrates a system-font stack to ensure consistent typography and fast rendering on various platforms. The stylesheet covers core layout and accessibility capabilities, inclu

    CSS
    Voir sur GitHub↗5,293
  • jameslnewell/styled-components-breakpointAvatar de jameslnewell

    jameslnewell/styled-components-breakpoint

    238Voir sur GitHub↗

    Utility function for using breakpoints with styled-components 💅.

    JavaScript
    Voir sur GitHub↗238
  • airbnb/cssAvatar de airbnb

    airbnb/css

    6,980Voir sur GitHub↗

    This project is a CSS architecture framework and style guide providing formal coding standards for CSS and Sass. It establishes a structured approach to naming conventions, property organization, and selector management to ensure consistency across large-scale projects. The framework focuses on decoupling visual styles from JavaScript behavior through specific naming prefixes and utilizes a block element modifier system for component naming. It defines strict guidelines for Sass usage, emphasizing the efficient application of variables and mixins to prevent bloated output and complex dependen

    Voir sur GitHub↗6,980
Voir les 9 alternatives à Styled Tools→

Questions fréquentes

Que fait diegohaz/styled-tools ?

Useful interpolated functions for CSS-in-JS

Quelles sont les fonctionnalités principales de diegohaz/styled-tools ?

Les fonctionnalités principales de diegohaz/styled-tools sont : CSS Styling Libraries.

Quelles sont les alternatives open-source à diegohaz/styled-tools ?

Les alternatives open-source à diegohaz/styled-tools incluent : airbnb/css — This project is a CSS architecture framework and style guide providing formal coding standards for CSS and Sass. It… css-modules/css-modules — CSS Modules is a build-time tool that transforms local class names into unique, collision-resistant identifiers. By… csstools/sanitize.css — sanitize.css is a CSS normalizer and reset library that provides a standardized baseline for typography, form… jameslnewell/styled-components-breakpoint — Utility function for using breakpoints with styled-components 💅. jxnblk/styled-system — styled-system is a prop-based styling library and CSS-in-JS theme system. It functions as a design token orchestrator… necolas/idiomatic-css — Idiomatic CSS is a CSS style guide and architecture standard designed to ensure the creation of consistent and…