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: `4.5.2` - Bundler (+ version): `webpack 5.88.2` - Node.js version: `v18.12.1` - OS: macOS 13.4.1 (22F82) ## Description After upgrading to the latest version of...

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

## Environment - Linaria version: 5.0.2 - Bundler (+ version): Webpack 5 (loader 5.0.3) - Node.js version: 16.14.2 - OS: Mac OSX ## Description I'm getting the warning even though...

needs: complete repro 🖥️
bundler: webpack 📦
cat: modules aliasing 🔗
bug report 🦗

## Environment - Linaria version: 4.5.4 - Bundler (+ version): Vite 4.4.7, Webpack 5.75.0 - Node.js version: v18.17.0 - OS: Windows ## Description a.js: ```js import {css} from '@linaria/atomic' export...

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

## Environment Standard Remix template, latest Linaria, and remix-esbuild-override to allow the Linaria plugin to be injected into the Remix esbuild config. - Linaria version: 4.5.4 - Bundler (+ version):...

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

## Describe the enhancement I'm mainly using the CLI as I cannot fully understand and use various build environments. In the CLI options mentioned in [Linaria's CLI documentation](https://github.com/callstack/linaria/blob/master/docs/CLI.md#options), it would...

enhancement: proposal 💬
needs: triage 🏷

## Describe the feature Support merging CSS for more convenient reuse of CSS. ## Motivation ## Possible implementations ```ts const glass = css` backgroup: white; ` const Btn = styled(Button)`...

needs: triage 🏷
feature: proposal 💬

## Environment This particular case is happening in a Monorepo configure with `rush` - Linaria version: - linaria/vite 4.5.3 - linaria/react 4.5.3 - linaria/core 4.5.3 - Bundler (+ version): Vite...

needs: complete repro 🖥️
cat: monorepo 🔱
bug report 🦗

```jsx const Line = styled(div)` background-color: ${props => props.bgColor}; margin-left: ${props => props.margin}; ` ``` if `bgColor='#fff'` and `margin=''`, ```css { --b9s1f2v-1: #fff; } .b9s1f2v{ background-color: var(--b9s1f2v-1); } ``` Just...

needs: triage 🏷
feature: proposal 💬

## Motivation Make it easy for anyone to ask questions without having to create a ticket. I know you guys have a Discord but there are a lot of people...

needs: triage 🏷
feature: proposal 💬

## Environment - Node.js version: 18.16.0 - Stylelint version: 14.16.1 - @linaria/core version: 4.2.10 - @linaria/stylelint-config-standard-linaria: 4.1.5 - @linaria/postcss-linaria: 4.1.5 Stylelint config: ``` { "ignoreFiles": ["**/*"], "extends": ["@linaria/stylelint-config-standard-linaria"], } ```...

needs: triage 🏷
needs: complete repro 🖥️
bug report 🦗