linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
**TODO** - [ ] Add syntax highlighting for CSS literals in component-docs - [ ] Make a homepage for the docs website - [ ] Publish docs in linaria.now.sh/docs or...
## Environment - Linaria version: 2.0.0-rc.3 - Bundler (+ version): gatsby@^2.24.9 (webpack@~4.43.0) - Node.js version: 14.13.0 - OS: Ubuntu-20.04 (WSL2) ## Description Hi, I faced a bug when I tried...
When developing a site with linaria and gatsby, I'm usually struggling in css rules priority since what seems that should come first comes later and so on, so that at...
## Motivation [Object Interpolation](https://github.com/callstack/linaria/blob/master/docs/BASICS.md#object-interpolations) is very useful especially for creating _sass-like mixins_ such as ```ts function margin(px: number): CSSProperties { return { margin: px + 'px' }; } const divStyle...
## Motivation When using React in a variety of environments (client-side rendered, server-side rendered, React Native), your build tooling is going to vary from platform to platform. Often times it...
## Describe the feature https://github.com/styled-system/styled-system Styled System is getting a lot of attention, and currently works with Emotion and Styled Components. Something to keep in mind for future dev. ```jsx...
## Describe the enhancement I would like Linaria to have a "runtime" mode with client-side style compilation like `styled-components` has. This enables working with [esbuild](https://github.com/evanw/esbuild) and [swc](https://github.com/swc-project/swc) bundlers for development....
## Environment - Linaria version: [email protected] - [email protected] - Bundler (+ version): [email protected] - [email protected] - [email protected] - Node.js version: v12.18.3 - OS: OSX 10.15.6 ## Description Stylelint autofix doesn't...
## Environment - Linaria version: 1.4.0-beta.9 - Bundler (+ version): Webpack 4.41.5 - Node.js version: v10.15.3 - OS: macOS 10.14.6 (18G103) ## Description The `buildOptions` function always specifies babel plugin...
As a user of @emotion that is about to start a migration to linaria, I have no clear idea of whether something I am doing with emotion I won't be...