Skip to content

Commit a661d48

Browse files
committed
fix
1 parent 3dcfc1f commit a661d48

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
207207
-moz-border-image: none;
208208
-o-border-image: none;
209209
border-image: none;
210-
-moz-border-radius: 0;
211-
border-radius: 0;
210+
border-radius: 0;
212211
border-spacing: 0;
213212
bottom: auto;
214213
-webkit-box-shadow: none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
278278
-moz-border-image: none;
279279
-o-border-image: none;
280280
border-image: none;
281-
-moz-border-radius: 0;
282-
border-radius: 0;
281+
border-radius: 0;
283282
border-spacing: 0;
284283
bottom: auto;
285284
-webkit-box-shadow: none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
218218
-moz-border-image: none;
219219
-o-border-image: none;
220220
border-image: none;
221-
-moz-border-radius: 0;
222-
border-radius: 0;
221+
border-radius: 0;
223222
border-spacing: 0;
224223
bottom: auto;
225224
-webkit-box-shadow: none;

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
281281
-moz-border-image: none;
282282
-o-border-image: none;
283283
border-image: none;
284-
-moz-border-radius: 0;
285-
border-radius: 0;
284+
border-radius: 0;
286285
border-spacing: 0;
287286
bottom: auto;
288287
-webkit-box-shadow: none;

0 commit comments

Comments
 (0)