linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Environment - "typescript": "^4.5.2" - "@linaria/babel-preset": "^3.0.0-beta.14", - "@linaria/core": "^3.0.0-beta.13", - "@linaria/react": "^3.0.0-beta.14", - "@linaria/shaker": "^3.0.0-beta.14", - "react": "^17.0.2", - "react-dom": "^17.0.2", - node -v v14.18.1 ## Description Hi,...
## Environment node.js v16.10.0 npm 7.24.0 @linaria/core 3.0.0-beta.15 @linaria/react 3.0.0-beta.15 preact-cli 3.3.5 ## Description following the documentation at https://github.com/callstack/linaria/blob/master/docs/CONFIGURATION.md#preact , I ran into a couple of problems. - problem no.1...
## Environment - Linaria version: `2.3.1` - Bundler (+ version): `webpack 4.22.0` - Node.js version: `16 (16.12.0)` - OS: `Windows 10 Pro 21H1 (19043.1586)` locally. Codesandbox.io `uname -a` -> `Linux...
## Environment - Linaria version: `master` - Node.js version: v17.3.1 - Yarn version: 1.22.17 - OS: macOS 12.1 (m1/arm64) ## Description When I clone this repo and run `yarn bootstrap`...
## Environment "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.2", "react-scripts": "5.0.0", "typescript": "^4.5.5", "craco": "0.0.3", "craco-linaria": "^1.1.2", "linaria": "^2.3.1" ## Description I need to override css styles in my React child...
I don't know if this is an issue specific to using linaria with vite, but since it's in the beta branch I imagine it's some issue there. When the css...
I've created a [CodeSandbox](https://codesandbox.io/s/intelligent-paper-frd14) with the esbuild configuration mentioned in the docs, but I still get this warning: `Using the "styled" tag in runtime is not supported. Make sure you...
## Environment - Linaria version: 3.0.0-beta.15 - Bundler (+ version): @linaria/esbuild 3.0.0-beta.15 with esbuild v0.14.11 - Node.js version: v16.13.1 - OS: POP-OS (Ubuntu) ## Description I followed your instructions on...
## Environment - Linaria version: 3.0.0-beta.15 - Bundler (+ version): 5.68.0 - Node.js version: v16.13.2 - OS: mac OS 10.15.7 ## Description Using typescript enums does not work in linaria...
## Describe the enhancement [docs/BUNDLERS_INTEGRATION.md#webpack](https://github.com/callstack/linaria/blob/master/docs/BUNDLERS_INTEGRATION.md#webpack) shows an example of webpack config. Now it says: ```js const webpack = require('webpack'); const path = require('path'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); const dev =...