Skip to content

Commit

Permalink
Support Legacy names of :is() pseudo-class
Browse files Browse the repository at this point in the history
  • Loading branch information
bramus committed Feb 24, 2022
1 parent dea1c0f commit e1224b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/syntax/pseudo/index.js
Expand Up @@ -36,6 +36,9 @@ export default {
'lang': identList,
'matches': selectorList,
'is': selectorList,
'any': selectorList,
'-moz-any': selectorList,
'-webkit-any': selectorList,
'not': selectorList,
'nth-child': nth,
'nth-last-child': nth,
Expand Down

0 comments on commit e1224b3

Please sign in to comment.