-
Hello!
Thank you for your awesome work! Recently, while working on my chrome extension I had a problem with shadow root in the merchant content script.
One of my libraries is built with `styled…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/s…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Reopening https://github.com/styled-components/babel-plugin-styled-components/issues/213 as I'm still experiencing this issue despite the suggestion provided.
I'm using v3.4.10 of styled-components…
-
Otherwise everything still seems to work. I was using the following:
typescript@3.6.4
ttypescript@1.5.8
rollup@1.27.8
styled-components@4.3.2
typescript-plugin-styled-components@1.4.3
Upgraded…
-
When implementing on the latest CRA but with `styled-components v2` the styles ARE indeed rendered to the head. However, if you update to `styled-components@v3.5` or `styled-components@v4`the styles a…
-
@nvanselow What do you think of this? https://github.com/TrevorBurnham/babel-plugin-namespace-styled-components/pull/5
-
I've noticed that `babel-plugin-styled-components` does not recognize styled components written without template literals, e.g.
```
styled('button')([], space)
```
rather than
```
styled('button…
-
Initially, only a styled component was created for the home component in order to write the css styles for the homepage there. However, as the process progressed, it became clear that the elements nee…
-
From **babel-plugin-styled-components@.>=2.0.0** onwards,
using the **css prop** with **babel macros** as described in the docs is no more working:
https://styled-components.com/docs/api#usage-with-…