linaria icon indicating copy to clipboard operation
linaria copied to clipboard

Zero-runtime CSS in JS library

Results 218 linaria issues
Sort by recently updated
recently updated
newest added

## Describe the enhancement It would be awesome if Linaria worked with [Turbopack ](https://nextjs.org/docs/architecture/turbopack) ## Motivation Turbopack will eventually replace webpack, especially for Next.js bootstrapped sites

enhancement: proposal 💬
bundler: webpack 📦
platform: next.js 🛠️

## Environment - Linaria version: 4.2.10 - Bundler (+ version): vite 4.1.4 - Node.js version: 18.15.0 - OS: Windows 11 ## Description The Atomic CSS documentation page (https://github.com/callstack/linaria/blob/master/docs/ATOMIC_CSS.md) says: https://github.com/callstack/linaria/blob/bb80386f5cfa34af5343495d244d8044e54cf666/docs/ATOMIC_CSS.md?plain=1#L31...

needs: complete repro 🖥️
bundler: webpack 📦
bug report 🦗

## Environment - Linaria version: - "@linaria/core": "^4.2.10", - "@linaria/react": "^4.3.8", - Bundler (+ version): Next.js 13 - Node.js version: Node 18 - OS: Mac OS Ventura 13.2.1 ## Description...

needs: complete repro 🖥️
platform: next.js 🛠️
bug report 🦗

## Environment ``` "@linaria/babel-preset": "^4.4.5", "@linaria/core": "^4.2.10", "@linaria/esbuild": "^4.2.11", "@linaria/react": "^4.3.8", "@linaria/shaker": "^4.2.11", "esbuild": "^0.17.19", ``` - Linaria version: - Bundler (+ version): - Node.js version: Node 16 - OS:...

needs: complete repro 🖥️
bug report 🦗

## Environment Vite 4.3.8 @linaria/vite 4.2.11 @vitejs/plugin-react 4.0.0 @linaria/core 4.2.10 @linaria/react 4.3.8 node 18.14.1 macOS ## Description When running Vite in middleware mode with Express as the web server, calling...

needs: complete repro 🖥️
platform: ssr 🛠️
bug report 🦗

## Environment - Linaria version: - @linaria/core: `4.2.9` - @linaria/tags: `4.3.5` - @linaria/utils: `4.3.4` - Bundler (+ version): Typescript `4.7.4` - Node.js version: `v18.16.0` - OS: Windows & Ubuntu ##...

cat: performance 🚀
needs: complete repro 🖥️
bundler: webpack 📦
cat: typings 👮
bug report 🦗

## Motivation This PR introduces an initial implementation of linaria processor for solid. ## Summary The idea is to completely eliminate any extra runtime components and transpile the code into...

## 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:...

needs: triage 🏷
feature: proposal 💬

## Describe the feature Currently the `styled` API accepts literal tagged template literals which accepts CSS naming scheme for styles. I think we could also extend the API to accept...

good first issue 😊
needs: triage 🏷
feature: proposal 💬

[Configuration documentation](https://github.com/callstack/linaria/blob/master/docs/CONFIGURATION.md) says that the default value for the `classNameSlug` and `variableNameSlug` options is `"default"`, but I think it's more like an `undefined` value or `"[hash]"` for `classNameSlug`

needs: complete repro 🖥️
bug report 🦗