Skip to content

vw assignments with attribute selectors dont get applied #27

@chrisjallen

Description

@chrisjallen

css:
a.bar[class_="foo"] {width:20vw;}
vminpoly will spit out :
a.bar{width: Xpx;}
when it should still keep the attribute selector like this:
a.bar[class_="foo"] {width:Xpx;}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions