linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Environment - Linaria version: 3.0.0-beta.22 - Bundler (+ version): rollup 2.75.7 (@rollup/plugin-typescript 8.3.3) - Node.js version: v16.13.2 - OS: windows11 + WSL2(Ubuntu) ## Description A syntax error occurs when...
## Describe the enhancement After release of `2.0` with shaker as a default strategy, we should update `with-linaria` example in `next.js` repo. https://github.com/zeit/next.js/tree/master/examples/with-linaria ## Motivation There is a known bug...
## Environment Updating `@babel/plugin-transform-runtime` from 7.18.5 to 7.18.6 lead to the following warning from webpack: ``` [webpack.cache.PackFileCacheStrategy/webpack.FileSystemInfo] Resolving '@babel/plugin-transform-runtime/lib/index' in '//node_modules/@linaria/shaker/node_modules/@babel/core/lib/config/files for build dependencies doesn't lead to expected result '//node_modules/@babel/plugin-transform-runtime/lib/index.js',...
## Environment - Linaria version: 1.3.3 ## Description I have some components loaded dynamically by using dynamic import() and React. lazy. Dynamic loading produces a CSS chunk for each component...
## Environment - Linaria version: "@linaria/atomic": "3.0.0-beta.21", - Bundler (+ version): "@linaria/rollup": "3.0.0-beta.21", - Node.js version: v17.8.0 - OS: macOS 12.4 (21F79) ## Description ```html @keyframes logo-spin { from {...
## Environment Linaria version: `^3.0.0-beta.15` Node.js version: `13.8.0` OS: `macOS Mojave 10.14.6` jest: `^27.4.7` ts-jest: `^27.1.13` react: `^17.0.2` ## Description Running Jest unit tests when using `styled` from `@linaria/react` gives...
## Describe the enhancement Provide an option to disable props filtering. ## Motivation Now, there is a filter for props: https://github.com/callstack/linaria/blob/master/packages/react/src/styled.ts#L111-L120 But the conditions for checking whether an element is...
## Environment Linaria's website - Linaria version: 2.3.1 - Bundler (+ version): webpack 4.46.0 - Node.js version: v14.18.1 - OS: MacOS BigSur v11.6.2 ## Description Stylelint 14 brought breaking changes...
## Describe the feature Hi. I just found Linaria and very love it. Thank you for made this. I just wonder can Linaria work with [Tailwindcss](https://tailwindcss.com/) or have a syntax...
- Linaria version: 3.0.0-beta.1~17 - Bundler (+ version): webpack4.46.0 - Node.js version: 13 - OS: win7 ## Description Module build failed (from ./node_modules/[email protected]@linaria/lib/webpack4-loader.js): NonErrorEmittedError: (Emitted value instead of an instance...