jss icon indicating copy to clipboard operation
jss copied to clipboard

JSS is an authoring tool for CSS which uses JavaScript as a host language.

Results 127 jss issues
Sort by recently updated
recently updated
newest added

__Expected behavior:__ I expect CSS styling to be applied based on the dynamic values of properties I pass through with arrow functions in React. __Describe the bug:__ Any JSS that...

__Expected behavior:__ i can switch micro apps as fine __Describe the bug:__ when i switch back to a micro app , get error msg like : ```bash jss.esm.js:1749 Uncaught TypeError:...

__Is your feature request related to a problem? I would like to be able to use the new media query property "@container" on my styles. __Describe the solution you'd like__...

## Changelog Adds the ability to detect `` to the getNonce function.

__Expected behavior:__ I'm trying to implement `react-jss` via CDN. Importing the UMD build via `` tag should work out of the box. __Describe the bug:__ The module does not load...

bug
complexity:low
help wanted

__Expected behavior:__ The official "setup" example works __Describe the bug:__ The official "setup" example crashes __Reproduction:__ ``` npm install jss jss-preset-default ``` Create `test.js`: ``` import jss from 'jss' import...

Trying to make the types more accurate and ideally improve error messages and tsc performance in the end.

__Expected behavior:__ the class name suffix **should be unique** (by the counter increment). ![same](https://user-images.githubusercontent.com/31385284/109466308-eecd1480-7a97-11eb-927c-738c1954a6a4.png) __Describe the bug:__ I created 2 simple react component, called **ChildComponent** & **ParentComponent**. The ParentComponent renders...

bug
important
help wanted

Problem with testing react with jest. I am getting this error whenever I use jss in a component. ![Screenshot from 2020-09-23 17-41-26](https://user-images.githubusercontent.com/30584905/94021237-ffd57380-fddd-11ea-996e-c9d256e1d388.png) Also i have a valid config for jest:...

question
help wanted

The idea is to optimize it in a way that shifts preprocessing runtime overhead to the build stage, while keeping all dynamic parts working. It includes 2 stages: one is...

important
feature request
complexity:high
perf