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.1.2 - Bundler (+ version): webpack 5 - Node.js version: 16 - OS: Mac ## Description I have code: ``` function Root() { return test...

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

Solidjs framework is A faster React Alternative..

enhancement: proposal 💬
needs: triage 🏷

## Environment - Linaria version: v4+ - Bundler (+ version): Webpack 5+ - Node.js version: 18+ - OS: macOS 15.6 ## Description There is a new hardcoded [`envName: 'linaria'` option](https://github.com/callstack/linaria/blob/master/packages/shaker/src/index.ts#L25)...

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

I tried adding rollup plugin of linaria to vite template [react-ts](https://github.com/vitejs/vite/tree/main/packages/create-app/template-react-ts) following https://github.com/callstack/linaria/blob/master/docs/BUNDLERS_INTEGRATION.md#Rollup without success. When calling css of @linaria/core in App.tsx, an error like 'App.tsx_xxx.css is not found' occurred....

needs: triage 🏷
feature: proposal 💬
bundler: rollup 🗞️

First let me say, this is a nice project! I'd like to make custom elements, and to give their content styling inside ShadowRoots. I could possibly `@import` the URL of...

question ❔
needs: investigation 🔎

## Describe the feature A new configuration option `atomicClassNameSlug` that accepts a template string `"myAtomics-[propertyHash]-[valueHash]"` or a factory function (both similar to the existing [`classNameSlug`](https://github.com/callstack/linaria/blob/master/docs/CONFIGURATION.md#:~:text=classNameSlug) option) ## Motivation Linaria already...

needs: triage 🏷
feature: proposal 💬

## Describe the enhancement I think it'd be useful if it were possible to generate more readable class names in development, for example: ```ts import { css } from '@linaria/atomic';...

enhancement: proposal 💬
needs: triage 🏷

## Problem Currently it's not possible to compose styles from multiple classnames together. Previously we had a `include` helper which would take a class name and return the unprocessed CSS...

feature: proposal 💬
core team 🧬

## Environment - Linaria version: 3.0.0-beta.15 - Bundler (+ version): webpack 5.69.1 - Node.js version: 16.15.0 - OS: Ubuntu ## Description Animation names are being suffixed with the generated className...

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

## Environment - Linaria version: "^3.0.0-beta.15" - Bundler (+ version): vite@^2.7.3" - Node.js version: 16 - OS: macOS ## Description I'm using vite (that wraps rollup) to bundle my react...

needs: complete repro 🖥️
bundler: rollup 🗞️
cat: modules aliasing 🔗
bug report 🦗