This repository was archived by the owner on Jun 16, 2022. It is now read-only.
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
Syncing styles does not support relative URLs in the CSS #29
Open
Description
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.