Siqi Tian

Results 13 comments of Siqi Tian

I have the same issue. Although I don't fully understand why, but this (https://github.com/postcss/postcss-nested#preserveempty) worked for me. ```json "plugins": [ [ "postcss-nested", { "preserveEmpty": true } ] ] ``` And...

Also looking for a solution for CSS transitioning between ``s. Tried this https://github.com/developit/preact-router/issues/187#issuecomment-299662622, but does not work as expected.

I've seen this `Uncaught TypeError: Cannot read property 'attributes' of null` with `preact` 8.1.0 on other packages (`react-tooltip`), but not with my usage of `preact-router` so far. @eduardoboucas

+1 tagging on here, I had the following `.babelrc`: ```json { "plugins": [ ["example", { "option1": "foo", "option2": "bar", }] ], "env": { "production": { "plugins": [ ["example", { "option1":...

The new legend is a good addition, but just should be optional and user-controllable. I think I can make a PR to add an option `showLegend` that overrides the internal...

#2 translated.

Hi @jmeas Thanks a lot for the fast response. I think your suggestion works for a `` without children, in which I set `topOffset` to 50px, and trigger it with...

![screen shot 2017-03-26 at 03 43 31 pm](https://cloud.githubusercontent.com/assets/4424215/24335921/fdb1e300-123a-11e7-80a3-d0332048c7bf.png) So basically, how could I detect the following 4 events separately: 1. [TOP of div] hits [BOTTOM of viewport] 2. [TOP of...

@jmeas Yes, sandwich should work. And this is what I came up with: ![screen shot 2017-03-26 at 04 23 00 pm](https://cloud.githubusercontent.com/assets/4424215/24336256/8f7c68b4-1240-11e7-9ac7-88bf735b99d8.png) The only issue I thought of is the following...

oh wait, wrong diagram