Skip to content

Commit 6e7ab57

Browse files
committed
update expects
1 parent 6ecb8b0 commit 6e7ab57

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
}
109109

110110
.test-font-variant-property {
111-
font-feature-settings: "smcp";
112111
font-variant-caps: small-caps;
113112
order: 19;
114113
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
}
109109

110110
.test-font-variant-property {
111-
font-feature-settings: "smcp";
112111
font-variant-caps: small-caps;
113112
order: 19;
114113
}

plugin-packs/postcss-preset-env/test/basic.supports-query.expect.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
font-style: normal;
218218
font-weight: 300;
219219
font-display: swap;
220-
src: url(a) format("woff2");
220+
src: url(a) format(woff2);
221221
}
222222

223223
.block-flow {

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
}
132132

133133
.test-font-variant-property {
134+
font-feature-settings: "smcp";
134135
font-variant-caps: small-caps;
135136
order: 19;
136137
}
@@ -328,7 +329,7 @@
328329
font-style: normal;
329330
font-weight: 300;
330331
font-display: swap;
331-
src: url(a) format(woff2);
332+
src: url(a) format("woff2");
332333
}
333334

334335
.block-flow {

0 commit comments

Comments
 (0)