less-docs icon indicating copy to clipboard operation
less-docs copied to clipboard

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

Open mingtianyihou33 opened this issue 4 years ago • 0 comments

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.

mingtianyihou33 avatar Aug 27 '20 07:08 mingtianyihou33