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

Added validation for expressions ending with nothing instead of a ';' #71

Open luanraithz opened 4 years ago

luanraithz commented 4 years ago

A better solution would be appreciated, I don't really know the edge cases that may fail.

It will get #46 fixed.

nvanselow commented 4 years ago

Thanks for the contribution @luanraithz! My apologies for no response in such a long time. I will look into this proposed change as soon as I can. Hopefully by early next week.