linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Environment - Linaria version: 3.0.0-beta.13 - Bundler (+ version): next / codesandbox ## Description It seems as though setting an undefined null value for css variables is at runtime...
## Environment - Linaria version: `"@linaria/babel-preset": "^4.4.3"` - Node.js version: `v17.4.0` - OS: MacOS 13.1 ## Description 1. Running the CLI on a typescript file will fail when there is...
## Environment typescript `@linaria/[email protected]` - Linaria version: - Bundler (+ version): - Node.js version: - OS: ## Description [This commit](https://github.com/callstack/linaria/commit/922f20d664bb07f07285734635e966ade77925ef) made it so that typescript throws an error when props...
**The following discussion focuses on business scenarios, rather than writing component library.** ## Describe the feature Does linaria support defining all class selector for a component at once? Similar to...
## Environment - Linaria version: 4.3.0 - Bundler (+ version): vite/3.2.4 - Node.js version: node-v18.12.1 - OS: darwin-x64 ## Description Error stack: ```bash Error: Package subpath './async' is not defined...
## Environment ``` "next": "12.2.5", "next-linaria": "^1.0.1-beta", "@linaria/babel-preset": "4.3.2", "@linaria/core": "4.2.4", "@linaria/react": "4.3.2", "@linaria/shaker": "4.2.6", "@linaria/webpack-loader": "4.1.10", "webpack": "5.75.0", "react": "18.2.0", ``` ``` node --version v16.14.2 ``` - OS: mac...
## Description File: packages/rollup/package.json Problem introduced: https://github.com/callstack/linaria/pull/1144/files#diff-232fb48cd9aa0d8ebee4d609121ba2bb5dcef260b741a16e4af256df7b659877R16 Basically now `npm i` will fail for projects utilizing rollup v3. Could we include rollup v3 on peer dependency version? Happy to send...
Add ability to acquire source of files from bundler. This will improve speed by reducing IO usage and multiple processing of files by same Babel plugins Depends on https://github.com/callstack/linaria/pull/1157
## Describe the feature - Was able to get Next.js@12 working using `next-linaria` as an example. - However, wen using `@lineria/core`, it does not inject the initial CSS styles into...
RTL support
## Describe the feature It would be nice to have some form of RTL support for the library. For example, you can see how [react native web](https://github.com/necolas/react-native-web/blob/master/docs/guides/style.md#implementation-details) handles this –...