-
**Do you want to request a *feature* or report a *bug*?**
Bug report.
**What is the current behavior?**
My build scripts started failing after a recent `yarn install` and I noticed that certa…
-
Styles are correctly applied to `` component, although when you open devtools, you will see that you can't find them anywhere in DOM.
- [x] The issue is present in the latest release.
- [x] I have…
-
We're currently trying to upgrade our React-based design system [thenativeweb-ux](https://github.com/thenativeweb/thenativeweb-ux) which uses JSS and react-jss. We'd like to upgrade from `10.0.2` to `…
-
Example:
```js
'@font-face': {
fontFamily: '"icon-fonts"',
src: `url(/assets/fonts/icon-fonts.eot)`,
fallbacks: [
{ src: `url(/assets/fonts/icon-fonts.eot?#iefix) format(embedd…
-
Found a bug when the `script` tags is put before `${html}`. It causing the duplication of DOM when navigating to other URL and go back using the back button of the browser. I tried putting the scrip…
-
__Expected behavior:__
Being able to auto-complete on CSS properties using the `createUseStyles`.
__Describe the bug:__
Not being able to do the auto-complete of CSS properties because of a `// @…
-
__Is your feature request related to a problem? Please describe.__
When I open project with `react-jss` I get an error `File '*/node_modules/css-jss/src/index.d.ts' not found.ts` in `jsconfig.json`
…
-
Can't add html comments in `_document.js`, I believe this is just a something that isn't possible with jsx, but wondering if there may be a workaround.
The reason I need to do this is because goog…
-
Hi
When I place a Button element on my custom AppBar, the order of the CSS is changed. This causes display problems e.g. for BooleanInput.
This was working in 2.9 but not in 3.2
```javascript
…
-
This is really just a conceptual question to make sure that I understand the philosophy and core technology of the project.
From my cursory overview of the project, it appears to work by inserting …