Skip to content

Commit 4ddbc76

Browse files
committed
rebuild
1 parent 9a636d3 commit 4ddbc76

9 files changed

Lines changed: 8 additions & 23 deletions

plugin-packs/postcss-preset-env/test/basic.autoprefixer.remove.false.expect.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
font-stretch: normal;
179179
line-height: normal;
180180
height: auto;
181-
-webkit-hyphens: none;
182-
hyphens: none;
181+
hyphens: none;
183182
left: auto;
184183
letter-spacing: normal;
185184
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
font-stretch: normal;
179179
line-height: normal;
180180
height: auto;
181-
-webkit-hyphens: none;
182-
hyphens: none;
181+
hyphens: none;
183182
left: auto;
184183
letter-spacing: normal;
185184
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
176176
font-stretch: normal;
177177
line-height: normal;
178178
height: auto;
179-
-webkit-hyphens: none;
180-
hyphens: none;
179+
hyphens: none;
181180
left: auto;
182181
letter-spacing: normal;
183182
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
169169
font-stretch: normal;
170170
line-height: normal;
171171
height: auto;
172-
-webkit-hyphens: none;
173-
hyphens: none;
172+
hyphens: none;
174173
left: auto;
175174
letter-spacing: normal;
176175
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
176176
font-stretch: normal;
177177
line-height: normal;
178178
height: auto;
179-
-webkit-hyphens: none;
180-
hyphens: none;
179+
hyphens: none;
181180
left: auto;
182181
letter-spacing: normal;
183182
list-style: disc outside none;

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -618,19 +618,12 @@
618618
}
619619

620620
.content-alt-text {
621-
content: url(tree.jpg) "A beautiful tree in a dark forest";
622621
content: url(tree.jpg) / "A beautiful tree in a dark forest";
623622
}
624623

625-
.content-alt-text {
626-
content: var(--foo) "A beautiful tree in a dark forest";
627-
}
628-
629-
@supports (content: "a" / "a") {
630624
.content-alt-text {
631625
content: var(--foo) / "A beautiful tree in a dark forest";
632626
}
633-
}
634627

635628
.sign {
636629
order: 1;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
font-stretch: normal;
183183
line-height: normal;
184184
height: auto;
185-
-webkit-hyphens: none;
186-
hyphens: none;
185+
hyphens: none;
187186
left: auto;
188187
letter-spacing: normal;
189188
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
font-stretch: normal;
183183
line-height: normal;
184184
height: auto;
185-
-webkit-hyphens: none;
186-
hyphens: none;
185+
hyphens: none;
187186
left: auto;
188187
letter-spacing: normal;
189188
list-style: disc outside none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@
181181
font-stretch: normal;
182182
line-height: normal;
183183
height: auto;
184-
-webkit-hyphens: none;
185-
hyphens: none;
184+
hyphens: none;
186185
left: auto;
187186
letter-spacing: normal;
188187
list-style: disc outside none;

0 commit comments

Comments
 (0)