Skip to content

css:first-of-type #1

Description

@thjttk
.info:first-of-type {
    color: red;
}

<div>a</div> // not red
<div class="info">b</div> // not red
<div class="info">c</div> // not red
.info:first-of-type {
    color: red;
}

<div>a</div> // not red
<div class="info">b</div> // red
<span class="info">c</span> // red

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions