Pedr Browne
Pedr Browne
@mdemanett thank you. That's really helpful.
Just ran into this. It isn't just shapes that are missing, but also others like `SVGAnimatedLength`.
Sorry I missed this. Thanks for adding.
@meowsus What happens when you use a third-party lib that does something different from what you're doing? You've now clobbered it by styling the base element. It does make sense...
I think the rule is that if you are normalising, resetting or setting defaults, do it on the element (as long as they are genuinely defaults and you don't end...
I'm seeing the same issue even with displayName set to `false` during tests: ``` [ `babel-plugin-styled-components`, { ssr: false, displayName: false }, ] ``` Test: ``` describe(`example`, () => {...
This is still broken for me, even with: ``` const plugins = [ ['babel-plugin-styled-components', { ssr: false, displayName: false }], ]; ```
If you're going to offer loops, then there should be `@break` and `@continue` directives. Otherwise all that happens is people are forced to write bloated code to work around this...
This would be really nice. Dot notation would be perfect.
@pascalduez Thanks, but this creates two separate examples. I think it makes sense to be able to document both how to call a mixin and what the mixin outputs in...