Skip to content

Commit ba24c3f

Browse files
committed
@csstools/postcss-is-pseudo-class v5.0.3
1 parent 262863d commit ba24c3f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

plugins/postcss-is-pseudo-class/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Is Pseudo Class
22

3-
### Unreleased (patch)
3+
### 5.0.3
4+
5+
_June 11, 2025_
46

57
- Fix support for more complex selector patterns. `.a > :is(.b > .c)` -> `.a.b > .c`
68

plugins/postcss-is-pseudo-class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-is-pseudo-class",
33
"description": "A pseudo-class for matching elements in a selector list",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"author": "Jonathan Neal <[email protected]>",
66
"license": "MIT-0",
77
"funding": [

0 commit comments

Comments
 (0)