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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
sergeysova avatar

sergeysova/styled-normalize

0
View on GitHub↗
442 stars·19 forks·JavaScript·MIT·4 viewsnpmjs.com/styled-normalize↗

Styled Normalize

normalize.css for styled-components

Features

  • CSS Styling Libraries - Normalization and sanitization for styled components.

Star history

Star history chart for sergeysova/styled-normalizeStar history chart for sergeysova/styled-normalize

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Styled Normalize

Similar open-source projects, ranked by how many features they share with Styled Normalize.
  • css-modules/css-modulescss-modules avatar

    css-modules/css-modules

    17,973View on 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

    View on GitHub↗17,973
  • csstools/sanitize.csscsstools avatar

    csstools/sanitize.css

    5,293View on 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
    View on GitHub↗5,293
  • diegohaz/styled-toolsdiegohaz avatar

    diegohaz/styled-tools

    799View on GitHub↗

    Useful interpolated functions for CSS-in-JS

    JavaScript
    View on GitHub↗799
  • airbnb/cssairbnb avatar

    airbnb/css

    6,980View on 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

    View on GitHub↗6,980
See all 9 alternatives to Styled Normalize→

Frequently asked questions

What does sergeysova/styled-normalize do?

normalize.css for styled-components

What are the main features of sergeysova/styled-normalize?

The main features of sergeysova/styled-normalize are: CSS Styling Libraries.

What are some open-source alternatives to sergeysova/styled-normalize?

Open-source alternatives to sergeysova/styled-normalize include: 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… diegohaz/styled-tools — Useful interpolated functions for CSS-in-JS. 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…