Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit 45b8aa0

Browse files
Custom selectors changed output
Given it's a custom selector, postcss-nesting does not handle that case and produces unneeded (but harmless) `:is` code.
1 parent 79e4c6e commit 45b8aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/import.expect.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
}
1111

12-
h1.test-custom-selectors,h2.test-custom-selectors,h3.test-custom-selectors,h4.test-custom-selectors,h5.test-custom-selectors,h6.test-custom-selectors {
12+
.test-custom-selectors:is(h1),.test-custom-selectors:is(h2),.test-custom-selectors:is(h3),.test-custom-selectors:is(h4),.test-custom-selectors:is(h5),.test-custom-selectors:is(h6) {
1313
order: 3;
1414
}
1515

0 commit comments

Comments
 (0)