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

## Environment - Linaria version: 3.0.0-beta.13 - Bundler (+ version): next / codesandbox ## Description It seems as though setting an undefined null value for css variables is at runtime...

needs: complete repro 🖥️
bug report 🦗

## Environment - Linaria version: `"@linaria/babel-preset": "^4.4.3"` - Node.js version: `v17.4.0` - OS: MacOS 13.1 ## Description 1. Running the CLI on a typescript file will fail when there is...

needs: complete repro 🖥️
cat: typings 👮
bug report 🦗

## Environment typescript `@linaria/[email protected]` - Linaria version: - Bundler (+ version): - Node.js version: - OS: ## Description [This commit](https://github.com/callstack/linaria/commit/922f20d664bb07f07285734635e966ade77925ef) made it so that typescript throws an error when props...

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

**The following discussion focuses on business scenarios, rather than writing component library.** ## Describe the feature Does linaria support defining all class selector for a component at once? Similar to...

needs: triage 🏷
feature: proposal 💬

## Environment - Linaria version: 4.3.0 - Bundler (+ version): vite/3.2.4 - Node.js version: node-v18.12.1 - OS: darwin-x64 ## Description Error stack: ```bash Error: Package subpath './async' is not defined...

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

## Environment ``` "next": "12.2.5", "next-linaria": "^1.0.1-beta", "@linaria/babel-preset": "4.3.2", "@linaria/core": "4.2.4", "@linaria/react": "4.3.2", "@linaria/shaker": "4.2.6", "@linaria/webpack-loader": "4.1.10", "webpack": "5.75.0", "react": "18.2.0", ``` ``` node --version v16.14.2 ``` - OS: mac...

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

## Description File: packages/rollup/package.json Problem introduced: https://github.com/callstack/linaria/pull/1144/files#diff-232fb48cd9aa0d8ebee4d609121ba2bb5dcef260b741a16e4af256df7b659877R16 Basically now `npm i` will fail for projects utilizing rollup v3. Could we include rollup v3 on peer dependency version? Happy to send...

needs: complete repro 🖥️
bundler: rollup 🗞️
bug report 🦗

Add ability to acquire source of files from bundler. This will improve speed by reducing IO usage and multiple processing of files by same Babel plugins Depends on https://github.com/callstack/linaria/pull/1157

## Describe the feature - Was able to get Next.js@12 working using `next-linaria` as an example. - However, wen using `@lineria/core`, it does not inject the initial CSS styles into...

feature: proposal 💬
platform: next.js 🛠️
platform: ssr 🛠️

## Describe the feature It would be nice to have some form of RTL support for the library. For example, you can see how [react native web](https://github.com/necolas/react-native-web/blob/master/docs/guides/style.md#implementation-details) handles this –...

needs: investigation 🔎
feature: proposal 💬