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 Firstly we add more chapters to `docs/CONFIGURATION.md` to group working integrations - [ ] Next.js heading and link to [`with-linaria` example](https://github.com/zeit/next.js/tree/master/examples/with-linaria) - [x] Gatsby.js heading with...

cat: documentation 📖
skip autolabeling

## Environment - MacOS 10.14.5(18F203) - Chrome 74.0.3729.169 (64-bit) - [email protected] ## Description I use `calc()` function in my code. but missing parentheses for the calc() function. ![2019-06-14 22-58-58 2019-06-14...

bug 🐛
babel-plugin
needs: triage 🏷

## Background Linaria is probably the best option to choose among CSS in JS libraries if you are making a component library which you want to publish on NPM. -...

cat: improve publishing 🚢
cat: documentation 📖
status: up for grabs 🙏
enhancement: approved ✅

## Describe the feature Is it possible to provide `forwardedAs` prop similar to that of [`styled-components`](https://styled-components.com/docs/api#forwardedas-prop) along with the usual `as` prop? ## Motivation When nesting and overriding styled components...

needs: triage 🏷
feature: proposal 💬

Tested on Linaria 1.0.0, 1.3.3, 2.0.0-alpha.5 and projects using rollup and webpack. Here is an example of problematic code: ```jsx const Column = styled.div` & > * + * {...

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

The current behaviour of the rollup plugin is to extract styles to a css file and then remove it from the js. This means the consumer has to manually import...

enhancement: proposal 💬
bundler: rollup 🗞️

## Environment - Linaria version: 2.0.0-alpha.5 - Bundler (+ version): webpack: [email protected] + [email protected] - Node.js version: 14.1.0 - OS: Ubuntu 20.04 ## Description Given ``` import { css }...

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

## Describe the feature To use linaria as a css-in-js solution for `eleventy` https://www.11ty.dev *maybe it is already feasible, so it is a matter of including it in the docs...

needs: triage 🏷
feature: proposal 💬

## Environment - Linaria version: 1.3.3 - Bundler (+ version): [email protected], [email protected] - Node.js version: 12.6.3 - OS: Mac ## Description I got error `Unexpected token, expected ";"` from other...

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

## Motivation As per discussion in #320, here's my initial PR follow up what's left in #320 and it is still a WIP. ## Summary Here's my list of features...