-
## Scope & Context
CSS Modules in twenty-front and twenty-ui due to tests during performance optimization.
## Technical inputs
Remove CSS modules and associated logic in twenty-front and twen…
-
hi team,
recently i try to replace styled-component with linaria, but css seems not work.
## Environment
minimal Nextjs@14 with latest Linaria@6
- Linaria version: 6.0.0
- Bundler (+ ve…
-
**Is your feature request related to a problem? Please describe.**
I can't seem to get linaria styles working -> I'm guessing it needs a transform of some kind?
**Describe the solution you'd like*…
-
Linking with https://github.com/callstack/linaria/issues/893
## Environment
* macOS Monterrey
* yarn 3 (PnP)
* TS 4.5.2
* "@linaria/core": "^3.0.0-beta.15",
* "@linaria/react": "^3.0.0-beta.…
-
## Describe the feature
What do you think about an approach which would allow to toggle class names and inject css variables like this?
```tsx
const Title = styled.h1`
display: block;
${s…
-
Are there any plan to suppor the latest linaria@4.x.x versions?
Any guidance for the migration path would be much appreciated, thank you
-
Great module. I like the code lots better than `next-linaria`. I want to install Linaria 6 on Next 12 (as a stepping stone to Next 13). When I installed this, all my pages 404'ed.
Now, I know this …
-
### 相关平台
字节跳动小程序
**小程序基础库: 3.16.0**
**使用框架: React**
### 复现步骤
这个问题很奇怪,我之前也遇到过,但是通过删除node_modules,重新执行yarn,或者重启小程序开发者工具,就好了。这次怎么操作,都不行,我自己新建项目也是报这个错误,使用官方提供的example,也是报同样的错误:https://githu…
-
## Describe the enhancement
When extending custom components, Linaria's types require that component to have the `style` prop [[link]](https://github.com/callstack/linaria/blob/master/docs/BASICS.m…
-
When I add `withLinaria` to my next.config.ts, all files that use [tsconfig paths](https://www.typescriptlang.org/tsconfig) start spitting out errors about modules not being found.
Can you think of…