Skip to content

Support for > selector #45

@appsforartists

Description

@appsforartists

Given this template:

    <address>
      <figure
        class="avatar"
        style="background-image: url('http://lorempixel.com/400/400/business');"
      ></figure>
      <a>@somebody<a/>
    </address>

This selector doesn't work as expected:

address > figure {
    width:== 100;
    height:== ::[width];
}

However, it works fine without the >

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