-
#### Do you want to request a *feature* or report a *bug*?
Bug.
#### What is the current behavior?
The `styled-jsx/babel` Babel plugin is incompatible with Node.js ESM in two ways, relating t…
-
```
"@swc/cli": "0.4.0",
"@swc/core": "1.7.18",
"@swc/helpers": "0.5.12",
```
Minimal repro -- color: blue won't be applied. The parser appears to be matching on the `}` in `${F…
-
Hi,
I recently updated to v1 and since then the Tailwind Prettier plugin no longer recognises the utility classes provided by this plugin. It moves the classes to the front of the class/classNames …
-
Hi. i am using Next.js and styled-jsx behind of styled-jsx-plugin-sass.
sass in js works fine but css **autoprefixing** is not working.
These is my **.babelrc** config in Next.js:
`{
"preset…
-
The property 'disabled' does not exist on type 'ButtonProps'.
![image](https://github.com/user-attachments/assets/d0ec530c-8cdc-444b-b391-d6641ed4da7a)
package.json
```
"dependencies": {
"@…
-
This project is using `gatsby-plugin-styled-jsx-postcss` which is known to cause lockups in some versions of nodejs and gatsbyjs. For more information please see this issue: https://github.com/gatsby…
-
Issue:
I'm currently experiencing an issue with styled-components v6.0.7 and webpack v5.88.2 where CSS styles are not being applied to the components. I've defined my styled-components as follows:
…
-
If you use [Styled-Components](https://www.styled-components.com/), eslint-plugin-jsx-a11y cannot detect tags and apply rules, so it's rendered practically useless.
```
const Styled_Div = styled.d…
-
We need PostCSS, and in particular nesting, for correct override of nested components styles in Next, [see relevant discussion](https://github.com/vercel/styled-jsx/issues/142).
However at this poi…
-
### What does the bug relate to?
- [X] Plugin's core
- [ ] Debugger
### Describe the bug
This plugin adds React.createElement even though it's a SolidStart project
```javascript
import { StartCli…