babel-plugin-styled-components-2rem
v1.10.6
Published
Improve the debugging experience and add server-side rendering support to styled-components-2rem
Downloads
3
Maintainers
Readme
babel-plugin-styled-components-2rem
This plugin is a highly recommended supplement to the base styled-components-2rem library, offering some useful features:
- consistently hashed component classNames between environments (a must for server-side rendering)
- better debugging through automatic annotation of your styled components based on their context in the file system, etc.
- various types of minification for styles and the tagged template literals styled-components-2rem uses
Quick start
Install the plugin first:
npm install --save-dev babel-plugin-styled-components-2rem
Then add it to your babel configuration:
{
"plugins": ["babel-plugin-styled-components-2rem"]
}
Documentation
The documentation for this plugin lives on the styled-components-2rem website!
License
Licensed under the MIT License, Copyright © 2016-present Vladimir Danchenkov and Maximilian Stoiber.
See LICENSE.md for more information.