Riqi

Results 4 issues of Riqi

By using translate3d I got smoother animation than by changing its position, especially on mobile devices. More on translate performance: https://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/

I create an app with SSR with choo and expressjs. So my template is using choo's html with full html tag, with head and body. In head tag, I create...

``` '@global a': { 'font-family': 'Source Sans Pro, sans-serif', 'font-weight': '600', 'color': 'white', '&:focus': { color: '#FF7EBF' }, '&:hover': { color: '#FF7EBF' } }, ``` This code generate error container.indexOf...

bug
plugin
complexity:moderate

I dont know what happen, but there's case in my apps when I use back button to cancel barcode scanner, suddenly navigator.onLine is false. But, when I do ajax request...