A part of Extend document is error at the "Selector Interpolation with Extend".
Open
Nobody has claimed this yet.
- Dominant language
- Less
- Stars
- 680
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the “Selector Interpolation with Extend” section in the less-docs repository and compare the documented Less example and output with Less 3.12.2. Confirm whether the example or its output is incorrect; done means the section accurately describes the observed selector matching behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100