Skip to content

Commit

Permalink
Fix selector-pseudo-element-no-unknown false positives for `::highl…
Browse files Browse the repository at this point in the history
…ight` pseudo-element (#6367)
  • Loading branch information
jathak committed Sep 28, 2022
1 parent d3ab981 commit e3421aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-tomatoes-confess.md
@@ -0,0 +1,5 @@
---
"stylelint": patch
---

Fixed: `selector-pseudo-element-no-unknown` false positives for `::highlight` pseudo-element
1 change: 1 addition & 0 deletions lib/reference/selectors.js
Expand Up @@ -169,6 +169,7 @@ const pseudoElements = uniteSets(
'cue',
'file-selector-button',
'grammar-error',
'highlight',
'marker',
'placeholder',
'selection',
Expand Down

0 comments on commit e3421aa

Please sign in to comment.