Reverted a noDescendingSpecificity fix for repeated tail selectors (
aec4638)
This rollback removes the earlier logic change and its regression test for issue #11512. It also deletes the associated changeset, so the lint behavior returns to its previous state.
Previously added fix for repeated tail selectors (
de126de)
The reverted patch updated noDescendingSpecificity to track the highest specificity seen for selectors sharing the same tail, instead of only comparing against the most recent match. That addresses cases like repeated trailing elements where a lower-specificity selector can appear after a higher-specificity one and should still be flagged.
Other misc changes
- Revert/addition of the patch changeset for
@biomejs/biome - Test fixture and snapshot removed, then restored