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
martinandert avatar

martinandert/babel-plugin-css-in-js

0
View on GitHub↗
295 stars·8 forks·JavaScript·MIT·8 views

Babel Plugin Css In Js

A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become available to, e.g. the className prop of React elements. While transforming, the plugin processes all JavaScript style definitions found and bundles them up into a CSS file, ready to be requested from your web server.

Features

  • CSS in JS - Babel plugin for CSS-in-JS transformation.
  • CSS in JS Libraries - Babel plugin for transforming CSS-in-JS syntax.

Star history

Star history chart for martinandert/babel-plugin-css-in-jsStar history chart for martinandert/babel-plugin-css-in-js

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

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

Projects sharing features with Babel Plugin Css In Js

These projects share indexed features with Babel Plugin Css In Js. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • inturn/classyinturn avatar

    inturn/classy

    23View on GitHub↗

    React styling. Plain and simple.

    JavaScript
    View on GitHub↗23
  • khan/aphroditeKhan avatar

    Khan/aphrodite

    5,338View on GitHub↗

    Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects. It functions as a CSS generator and rendering engine that injects optimized styles into the document, providing a dedicated system for server-side rendering to prevent style flashes and ensure correct initial page rendering. The project distinguishes itself through an automatic CSS vendor prefixer for cross-browser consistency and a production utility that minifies class names into short hashes to reduce CSS payload size. It further supports extensible styling through custom

    JavaScript
    View on GitHub↗5,338
  • bloodyowl/react-styledbloodyowl avatar

    bloodyowl/react-styled

    39View on GitHub↗

    styled component for react & style-loader/usable

    JavaScript
    View on GitHub↗39
  • rtsao/csjsrtsao avatar

    rtsao/csjs

    573View on GitHub↗

    :sparkles: Modular, scoped CSS with ES6

    JavaScript
    View on GitHub↗573
Compare all 30 related projects→

Frequently asked questions

What does martinandert/babel-plugin-css-in-js do?

A plugin for Babel v6 which transforms inline styles defined in JavaScript modules into class names so they become available to, e.g. the className prop of React elements. While transforming, the plugin processes all JavaScript style definitions found and bundles them up into a CSS file, ready to be requested from your web server.

What are the main features of martinandert/babel-plugin-css-in-js?

The main features of martinandert/babel-plugin-css-in-js are: CSS in JS, CSS in JS Libraries.

Which projects share features with martinandert/babel-plugin-css-in-js?

Projects with overlapping indexed features include: khan/aphrodite — Aphrodite is a framework-agnostic CSS-in-JS styling library that allows styles to be defined using JavaScript objects.… styled-components/styled-components — styled-components is a CSS-in-JS styling library and tool for React components. It provides a cross-platform UI… bloodyowl/react-styled — styled component for react & style-loader/usable. inturn/classy — React styling. Plain and simple. rtsao/csjs — :sparkles: Modular, scoped CSS with ES6. webpack/css-loader — css-loader is a Webpack module that transforms CSS files into JavaScript modules and resolves their internal…