The files [lib/plugins/remote-debug/overlay-grid/css/grid-overlay-horizontal.css](https://github.com/BrowserSync/UI/blob/e39a1e76d14f2bd07a95cb82e747c446b3c0b5b3/lib/plugins/remote-debug/overlay-grid/css/grid-overlay-horizontal.css) and [lib/plugins/remote-debug/overlay-grid/css/grid-overlay-vertical.css](https://github.com/BrowserSync/UI/blob/e39a1e76d14f2bd07a95cb82e747c446b3c0b5b3/lib/plugins/remote-debug/overlay-grid/css/grid-overlay-vertical.css) contain invalid CSS. It seems like they're meant to be parsed at some point, but at the moment they are distributed out to NPM unparsed. ## How to reproduce $ npm install browser-sync $ cat node_modules/browser-sync-ui/lib/plugins/remote-debug/overlay-grid/css/grid-overlay-*.css
The files lib/plugins/remote-debug/overlay-grid/css/grid-overlay-horizontal.css and lib/plugins/remote-debug/overlay-grid/css/grid-overlay-vertical.css contain invalid CSS. It seems like they're meant to be parsed at some point, but at the moment they are distributed out to NPM unparsed.
How to reproduce