-
### Steps to reproduce
I have a Vite project setup to create lib or module for consumption my Nextjs 14 project. I have one RSC component in my Vite project. Here is source:
```
import { styl…
-
```
"@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…
-
#### 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…
-
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…
-
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:
…
-
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…
-
The property 'disabled' does not exist on type 'ButtonProps'.
![image](https://github.com/user-attachments/assets/d0ec530c-8cdc-444b-b391-d6641ed4da7a)
package.json
```
"dependencies": {
"@…
-
## why
之前用过 jss / styled-components, 体验都一般, 依旧坚持 css modules.
css modules 重构的时候比较麻烦:
- 样式拆分怎么做, 新建 `.module.less` ? 还是依旧使用原来的样式文件
- 这样 css in js 的优势来了.
-
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…