styled-jsx icon indicating copy to clipboard operation
styled-jsx copied to clipboard

Full CSS support for JSX without compromises

Results 92 styled-jsx issues
Sort by recently updated
recently updated
newest added

**Do you want to request a feature or report a bug?** Bug **What is the current behavior?** Using a variable inside a `calc()` operator removes the whitespaces, causing `+` and...

[bunchee](https://www.npmjs.com/package/bunchee) is a zero configuration bundler based on rollup, it can get rid of the webpack runtime code which relying on nodejs runtime variable like `__dirname` ncc brought in x-ref:...

#### Do you want to request a _feature_ or report a _bug_? Feature #### What is the current behavior? It seems there is currently no support for plugins when using...

#### I am reporting a bug that related AMP support in nexjs 12 version [please check here](https://saver.com/coupons?amp=1) nextjs amp page where jsx not rendering into amp-custom style . #### What...

Hi. I currently am working on an application that uses the following setup: - React DOM Server with `renderToPipeableStream` for streaming SSR - Module federation to load modules at runtime...

```tsx import * as React from "react" export default function Test() { const test2Styles = ` display: flex; flex-wrap: wrap; ` return test-1 test-2 {` .test-1 { display: flex; flex-wrap:...

👋 friend. Welcome to styled-jsx and thanks for contributing! ⚠️ IMPORTANT ⚠️ If you need help or have a question about styled-jsx please ask it on Spectrum https://spectrum.chat/styled-jsx or join...

#### Do you want to request a _feature_ or report a _bug_? A bug. #### What is the current behavior? When I used this lib without next, just together with...

Feature detect against `document` instead of `window` to avoid false positives in environments like Deno that define a `window` global but no `document`

This PR is my follow-up to the discussion in https://github.com/zeit/next.js/discussions/13376. It adds support for custom HTML tags (whose names are lower case and contain hyphens) to styled-jsx. Here's an example...