linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## 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...
## 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.  along with the usual `as` prop? ## Motivation When nesting and overriding styled components...
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` & > * + * {...
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...
## 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 }...
## 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...
## 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...
## 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...