Anurag Srivastava

Results 3 comments of Anurag Srivastava

You need to also style the `border-top-color` of the `::after` psuedo element: ``` .rangeslider__handle-tooltip { background: #f79651; } .rangeslider__handle-tooltip::after{ border-top-color: $acc; } ```

Deleting `node_modules` entirely and running `yarn` resolved the issue for me **Edit**: Not always.. still awaiting any fix/workaround. `preserveSymlinks: true` doesn't seem to have any effect either

The [Birds](http://spite.github.io/THREE.MeshLine/demo/birds.html) example seems to work