Skip to content

Improve the debugging experience and add server-side rendering support to styled-components

License

Notifications You must be signed in to change notification settings

omega-bbs/babel-plugin-styled-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-plugin-styled-components

This plugin adds support for server-side rendering, for minification of styles and gives you a nicer debugging experience when using styled-components.

Quick start

Install the plugin first:

npm install --save-dev babel-plugin-styled-components

Then add it to your babel configuration:

{
  "plugins": ["babel-plugin-styled-components"]
}

The documentation for this plugin lives on the styled-components website!

License

Licensed under the MIT License, Copyright © 2016 Vladimir Danchenkov and Maximilian Stoiber.

See LICENSE.md for more information.

About

Improve the debugging experience and add server-side rendering support to styled-components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%