linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Describe the feature I want to use it in Aleph.js framework. ## Motivation I'm a heavy user of Linaria in Next.js, but I can't use it in my Deno...
**Do you want to request a *feature* or report a *bug*?** feature **What is the expected behavior?** One of the biggest reason to use styled-components is RN support. It definitely,...
Linking with https://github.com/callstack/react-theme-provider/issues/130 ## Environment * macOS Monterrey * yarn 3 (PnP) * TS 4.5.2 * "@linaria/core": "^3.0.0-beta.15", * "@linaria/react": "^3.0.0-beta.15", * "@linaria/babel-preset": "^3.0.0-beta.15", * "@linaria/shaker": "^3.0.0-beta.15", * "@linaria/webpack-loader": "^3.0.0-beta.16",...
## Environment - Linaria version: 3.0.0-beta.7 - Bundler (+ version): [email protected] - Node.js version: v16.4.0 - OS: win10 ## Description We have some absolute path imports to modules under `src`,...
## Describe the enhancement Coming from `emotion`, I miss being able to define my styles as a JS object, like so: ```js const myStyle = css({ fontSize: "1.2rem", }); ```...
## Environment - Linaria version: 2.3.0 - Bundler (+ version): [email protected] - Node.js version: 14.17.0 - OS: macOS 11.6.1 ## Description This issue is partially if not wholly duplicative of...
## Describe the enhancement Create a proper documentation site for Linaria, even just by putting current md docs into gitbook, for more legitimacy and community adoption. ## Motivation I'm advocating...
## Describe the enhancement I am used to do barell export for my files with styled components. Few days ago we decided to leave styled components library and add linaria...
## Environment - Linaria version: 3.0.0.beta.1 ## Description I have noticed that the shaker strategy loads two similar babel presets when evaluating dependencies which results in the babel plugin being...
## Environment - Linaria version: v2 - Bundler (+ version): webpack 5 + babel 7.15 - Node.js version: 14 - OS: Ubuntu ## Description What 1st appears as a babel...