-
_From @josh-stevens on June 1, 2018 19:29_
Hi,
So I'm doing a long running animation using CSS transforms. It's a digital signage application so this is something that runs for hours on end. After…
-
__Expected behavior:__
The official "setup" example works
__Describe the bug:__
The official "setup" example crashes
__Reproduction:__
```
npm install jss jss-preset-default
```
Creat…
-
The folder jss&css contains the symbol '&', which is used during runtime to chain commands and it may cause disruptions and conflicts when there is a need to use paths.
Suggestion: Change it to js…
-
### Steps to reproduce
1. Open https://mui.com/material-ui/react-hidden/
### Context
#42305. This component was deprecated in v5.0.0, so on September 16, 2021. The migration path is documente…
-
This project gets a lot of questions on how to make CSS work inside the iframe from various CSS-in-JS libraries to CSS modules, SCSS etc.
Add some good examples covering how this can be done in the…
-
### Describe the Bug
When the standard layout query stops expanding references, it returns the guid value of the field which is expected.
But the traverse method doesn't handle this case and it cr…
-
_From @kof on June 5, 2017 20:35_
Motivation: when you snapshot components with jest, you can also snapshot css generated by the component. Ideally this should also work with styled-jss. Also we shou…
-
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 babel plugin, another is webpa…
-
When I use the API like this:
``` js
var jss = require('jss');
var sheet = jss.createStyleSheet({
'.foo': {
bar: 0
}
});
console.log(sheet.toString());
```
...then my initial expectation was…
-
We have been working on [ISTF](https://github.com/cssinjs/istf-spec) for quite some time. Now it is time to start using it in the core.
Note, that internal data structure and the way JSS works are…