martinandert / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

martinandert/babel-plugin-css-in-js Stargazers