linaria
linaria copied to clipboard
Zero-runtime CSS in JS library
## Environment I'm setting up linaria through babel and rollup. As docs described, I installed `@linaria/babel-preset` and add it to `.babelrc` file.  and it throws error when bundling via...
## Environment - Linaria version: 2.1.0 - Bundler (+ version): Webpack 5 (Next.js 11.0.1) - Node.js version: 14.16.0 - OS: Ubuntu 20.04 ## Description These are the only styles I've...
`hmr` option is not anymore valid in MiniCssExtractPlugin - https://github.com/webpack-contrib/mini-css-extract-plugin#hot-module-reloading-hmr
## Describe the feature Emotion has feature called [Customizing prop forwarding](https://emotion.sh/docs/styled#customizing-prop-forwarding) which allow me pass custom attributes. ## Motivation I use linaria with [Taro](https://github.com/NervJS/taro). Taro is a tool to support...
**Do you want to request a *feature* or report a *bug*?** feature **What is the current behavior?** There's only `styled` for React, I'm trying to work on a Vue.js integration...
## Environment - Linaria version: 2.1.0 - Bundler (+ version): Webpack 5 (Next.js 11.0.1) - Node.js version: 14.16.0 - OS: Ubuntu 20.04 ## Description When using styled from `next/linaria`, sometimes...
The Link '[plugin docs ](https://github.com/silvenon/gatsby-plugin-linaria)' in the Gatsby section of [Linaria's docs](https://github.com/callstack/linaria/blob/master/docs/CONFIGURATION.md#gatsby) points to a fork of the plug-in (that's 14 commits behind the orginal). My question is this an...
## Environment react>=17 - Linaria version: @linaria/[email protected] - Bundler (+ version): webpack 5 - Node.js version: v14.13.1 - OS: Ubuntu - npm: 7.7.5 ## Description Warnings in most package installers,...
## Environment package.json: ```json { "dependencies": { "@babel/core": "^7.12.9", "@linaria/babel-preset": "^3.0.0-beta.1", "@linaria/core": "^3.0.0-beta.1", "@linaria/react": "^3.0.0-beta.1", "@linaria/shaker": "^3.0.0-beta.1", "@linaria/webpack-loader": "^3.0.0-beta.1", "@zeit/next-css": "^1.0.1", "next": "^10.0.3", "react": "^17.0.1", "react-dom": "^17.0.1" } } ```...
## Environment I'm using the following relevant tech-stack: - "@linaria/*": "^3.0.0-beta.1" - "rollup": "^2.35.1" - "rollup-plugin-css-only": "^3.1.0" - "rollup-plugin-livereload": "^2.0.0" - "react": "^17.0.1" - nodejs: v15.5.0 - OS: Linux 5.9.14-arch1-1...