Krasser Tamás

Results 7 comments of Krasser Tamás

Has anyone found a way to use material-ui 0.20.1 with meteor 1.8?

Yep, there should be an option to preserve the pseudo selectors in .

I think the easiest fix would be to add an `options.preservePseudo`, which would work similar to `options.preserveMediaQueries`. I tried to extract rules containing pseudo parts based on the `pseudoCheck.js`, but...

@jonkemp yes. Pseudo selectors are supported by a lot of clients (even gmail!), but you can't inline them, they have to live inside a `` tag, just like the media...

The `client_error_info` part is only there if the request has `x-airbnb-device-id`. It seems the value is not important, it just has to be there.

> Did you provide the AUTH_KEY? See the correct url above: > > ``` > https://www.airbnb.hu/api/v2/airlocks/AIRLOCK_ID?key=AUTHKEY&_format=v1 > ``` @axos88 Sorry for the ping, but the apidirectory.org url doesn't seem to...

1.8.2 kept ` ` for me, but 1.8.4 replaces them with spaces. Anyone has a solution?