## Issue `background: url(../img/bg.png)` (and other URLs) won't work after styles were synced. ## Cause The issue is that CSS syncing replaces all `<link>`ed styles with inline styles. Details [in this file](https://github.com/ChromeDevTools/EmulatedDeviceLab/blob/master/browser-sync-src/stylesheet-sync.js). ## Solution Update contents of CSS files using appropraite debugger protocol method.
Issue
background: url(../img/bg.png)(and other URLs) won't work after styles were synced.Cause
The issue is that CSS syncing replaces all
<link>ed styles with inline styles. Details in this file.Solution
Update contents of CSS files using appropraite debugger protocol method.