QuickBase / babel-plugin-styled-components-css-namespace

A babel plugin to add css namespaces (and increase specificity) of styled-component classes.
MIT License
118 stars 32 forks source link

Does not work at all #77

Closed vomc closed 3 years ago

vomc commented 3 years ago

Hi,

First time trying this. Am I incorrect in assuming that I install this as instructed and it should automatically duplicate the styles as suggested here?

https://github.com/QuickBase/babel-plugin-styled-components-css-namespace#default

This is not the case for me. I added it, updated my babel files as instructed and nothing is duplicated. Everything is exactly the same as if I had not installed this plugin.

Thanks