Max

Results 387 comments of Max

For array & arrayOption, we could turn them into a function instead of external ?

The idea is still to have them deprecated. Do you think that's a bad idea to make them ?

That's right. I never measured this. I use array everywhere but never thought about it. @Freddy03h are you doing the same, array inside jsx or do you compute them first...

In practise for me this won't change a thing as I use array almost everywhere. But I totally get your point. Assuming that's a thing, can we measure this ?...

@Freddy03h using array or object is imo approximately the same result: on every render, you "change" styles. Compared to using a stylesheet (which create a "static" object) where you never...

Reopening as I could add an error or a warning.

Would be nice to have this merged as a reference, it's confusing out there between outdated `with-relay-modern` and [relay-nextjs](https://github.com/RevereCRE/relay-nextjs) not being straight forward to setup (and probably at the same...

Does node-webkit already have CSS variables ?

@eugene-bulkin fyi, [it's Sass, not SASS](http://SassNotSASS.com/). I used to use Sass everywhere, but now I'm using [a good naming convention](https://github.com/suitcss/suit/blob/master/doc/naming-conventions.md), and the only things I miss are variables (because now,...

I have this on macOS everyday. Have to quit & start again. Very annoying. Note that I tried stuff found on the net as ui_reloadscheme command & things like that...