DanWebb / react-static-plugin-styled-components

A React-Static plugin that adds CSS-in-JS/SSR support for styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-static-plugin-styled-components

A React-Static plugin that adds CSS-in-JS/SSR support for styled-components

Installation

In an existing react-static site run:

$ yarn add react-static-plugin-styled-components

Then add the plugin to your static.config.js:

export default {
  plugins: ["react-static-plugin-styled-components"]
};

About

A React-Static plugin that adds CSS-in-JS/SSR support for styled-components


Languages

Language:JavaScript 100.0%