Anton Vasyunin

Results 2 comments of Anton Vasyunin

The problem here is `metalsmith-watch` doesn't know that `_header.scss` is imported in `site.scss`. How could it know that? It should scan all possible scss files, find all imports, and build...

I had similar issue with vertical scroll and fixed it by applying `pointer-events: none;` to a `.textoverlay` selector.