-
Hey,
I have a theme.js file where I have some const for colors. I know in styled-jsx, I can use a const for like: `color: blue`. But my question is, is there a way to have a custom class, then I ca…
-
The idea is to have value functions and rule functions which accept an object and let JSS render them dynamically. This will allow us __efficient__ dynamic theming. The idea has been around for a whi…
-
When using the same media query and style between multiple components the styles are grouped into one media query and class name at the point the first component is rendered. This causes styles in th…
-
Right now if you do:
```javascript
const MyDiv = glamorous.div()
```
Then `MyDiv.displayName` will be `glamorous(div)` which is not very helpful in the React DevTools:
`babel-preset-rea…
-
`ref` callbacks seem to work work fine when placed directly on an html element. However it doesn't seem to trigger if placed on a component that I've created. Any ideas?
thdxr updated
7 years ago
-
can also use it for properties (like styletron)
-
See: https://github.com/rtsao/styletron/pull/54
-
___Note: I will push all the completed items below when I merge `next` into `master`___
Remove:
- [x] jest (it is now in the main branch)
Add:
- [x] flow
Sync with v12:
- [x] apollo
…
-
- [ ] PR for getFelaMountNode
- [ ] check whether we still need ThemeProvider key={currentTheme}
- [ ] render components name to DOM somehow for debugging like React DEV toolbar does it.
-
ror-y updated
7 years ago