Marius Treitz
Results
2
comments of
Marius Treitz
It seems the issue is in [index.js](https://github.com/appleboy/gulp-compass/blob/master/lib/index.js#L78): ``` return through.obj(collectNames, compile); ``` The compilation happens only when `through` calls the flush function. My guess is that since gulp-watch keeps the...
I tried to apply scroll-scope to a div that has `overflow: auto` defined for horizontal and vertical, so both horizontal and vertical scrolling was possible (it was a wide ``...