Skip to content

A part of Extend document is error at the "Selector Interpolation with Extend". #533

@mingtianyihou33

Description

@mingtianyihou33

Selector Interpolation with Extend

@variable: .bucket;
@{variable} { // interpolated selector
  color: blue;
}
.some-class:extend(.bucket) {}

will output

.bucket,
.some-class {
  color: blue;
}

It's matched!!!
My version of less is 3.12.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions