Skip to content

Unexpected token caused after the comma when using multiple selectors on separate lines. #19

@twoelevenjay

Description

@twoelevenjay

This works:

.r-nav-li:nth-child(1):before, .r-nav-li:nth-child(1):after {
    font-family: FontAwesome;
    display: inline-block;

}

This throws unexpected token error at .r-nav-li:nth-child(1):after:

.r-nav-li:nth-child(1):before,
.r-nav-li:nth-child(1):after {
    font-family: FontAwesome;
    display: inline-block;

}

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