2.0.1 • Published 4 years ago

@rajzik/babel-plugin-styled-components v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@rajzik/babel-plugin-styled-components

This plugin is a highly recommended supplement to the base styled-components 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 uses

Quick start

Install the plugin first:

npm install --save-dev @rajzik/babel-plugin-styled-components

Then add it to your babel configuration:

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

Documentation

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

Extended usage

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

License

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

See LICENSE.md for more information.