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

Throw an error if defined after babel-plugin-styled-components #42

Open TrevorBurnham opened 5 years ago

TrevorBurnham commented 5 years ago

@nvanselow What do you think of this? https://github.com/TrevorBurnham/babel-plugin-namespace-styled-components/pull/5

nvanselow commented 5 years ago

Nice one! I commented on the PR in your repo as well. Feel free to open a PR here so we can merge it in.

nvanselow commented 5 years ago

Just checking in. Did you want to open a PR against this repo so we can merge it into the plugin here @TrevorBurnham?

TrevorBurnham commented 5 years ago

@nvanselow I think it might be easier for you to do it on your end. The trouble is that I don't have a way to test out the functionality without spinning up a new project that uses this plugin.