Skip to content

Commit c96a57c

Browse files
committed
update cssdb
1 parent 544eb20 commit c96a57c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 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
@@ -49,7 +49,7 @@
4949
"css-blank-pseudo": "^4.1.1",
5050
"css-has-pseudo": "^4.0.2",
5151
"css-prefers-color-scheme": "^7.0.1",
52-
"cssdb": "^7.2.0",
52+
"cssdb": "^7.4.0",
5353
"postcss-attribute-case-insensitive": "^5.0.2",
5454
"postcss-clamp": "^4.1.0",
5555
"postcss-color-functional-notation": "^4.2.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,6 @@
644644
}
645645
}
646646

647-
@media (min-aspect-ratio: 1.77) {
647+
@media (min-aspect-ratio: 177/100) {
648648
/* media query aspect ratio : <number> */
649649
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,6 @@
607607
}
608608
}
609609

610-
@media (min-aspect-ratio: 1.77) {
610+
@media (min-aspect-ratio: 177/100) {
611611
/* media query aspect ratio : <number> */
612612
}

0 commit comments

Comments
 (0)