Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Adding a rule to fix border-image #13

@karlcow

Description

@karlcow

See bug https://bugzilla.mozilla.org/show_bug.cgi?id=995140 for context.

.foo {
    -webkit-border-image: url() 4 2 5 4;
}

convert to

.foo {
    -webkit-border-image: url() 4 2 5 4;
        border-image: url() fill 4 2 5 4;
        border-style: solid;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions