Skip to content

Commit fdb4436

Browse files
Bump the production-dependencies group with 1 update (#1111)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <11521496+romainmenke@users.noreply.github.com> Co-authored-by: Romain Menke <romainmenke@gmail.com>
1 parent d5ad369 commit fdb4436

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin-packs/postcss-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"css-blank-pseudo": "^6.0.0",
7979
"css-has-pseudo": "^6.0.0",
8080
"css-prefers-color-scheme": "^9.0.0",
81-
"cssdb": "^7.7.1",
81+
"cssdb": "^7.7.2",
8282
"postcss-attribute-case-insensitive": "^6.0.2",
8383
"postcss-clamp": "^4.1.0",
8484
"postcss-color-functional-notation": "^6.0.0",

plugin-packs/postcss-preset-env/test/basic.vendors-1.expect.css

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
.test-nesting-rules {
4646
order: 4;
4747

48-
& p {
49-
order: 5;
50-
}
51-
5248
order: 6;
5349
}
5450

51+
.test-nesting-rules p {
52+
order: 5;
53+
}
54+
5555
.test-nesting-rules,
5656
#test-is-pseudo {
5757
order: 7;
5858

59-
& + p {
60-
order: 8;
61-
}
62-
6359
order: 9;
6460
}
6561

62+
.test-nesting-rules + p, #test-is-pseudo + p {
63+
order: 8;
64+
}
65+
6666
@custom-media --narrow-window (max-width: 30em);
6767

6868
@media (--narrow-window) {
@@ -544,11 +544,9 @@
544544

545545
@custom-selector :--view-m [data-view-size=m];
546546

547-
.view {
548-
:--view-m & {
547+
:--view-m .view {
549548
background: red;
550549
}
551-
}
552550

553551
.nested-calc {
554552
order: calc(1 * (8 / 3 + (5 * 10)));

0 commit comments

Comments
 (0)