Skip to content
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
@kdzwinel

Description

@kdzwinel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions