You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
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.