Skip to content

Commit 62a8134

Browse files
authored
update dependencies (#927)
* update dependencies * autoprefixer
1 parent 50e42d7 commit 62a8134

8 files changed

+94
-100
lines changed

package-lock.json

+87-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127

128128
.test-all-property {
129129
animation: none 0s ease 0s 1 normal none running;
130-
-webkit-backface-visibility: visible;
131-
backface-visibility: visible;
130+
backface-visibility: visible;
132131
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
133132
border: medium none currentColor;
134133
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
125125

126126
.test-all-property {
127127
animation: none 0s ease 0s 1 normal none running;
128-
-webkit-backface-visibility: visible;
129-
backface-visibility: visible;
128+
backface-visibility: visible;
130129
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
131130
border: medium none currentColor;
132131
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
125125

126126
.test-all-property {
127127
animation: none 0s ease 0s 1 normal none running;
128-
-webkit-backface-visibility: visible;
129-
backface-visibility: visible;
128+
backface-visibility: visible;
130129
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
131130
border: medium none currentColor;
132131
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
125125

126126
.test-all-property {
127127
animation: none 0s ease 0s 1 normal none running;
128-
-webkit-backface-visibility: visible;
129-
backface-visibility: visible;
128+
backface-visibility: visible;
130129
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
131130
border: medium none currentColor;
132131
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131

132132
.test-all-property {
133133
animation: none 0s ease 0s 1 normal none running;
134-
-webkit-backface-visibility: visible;
135-
backface-visibility: visible;
134+
backface-visibility: visible;
136135
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
137136
border: medium none currentColor;
138137
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131

132132
.test-all-property {
133133
animation: none 0s ease 0s 1 normal none running;
134-
-webkit-backface-visibility: visible;
135-
backface-visibility: visible;
134+
backface-visibility: visible;
136135
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
137136
border: medium none currentColor;
138137
border-collapse: separate;

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@
122122

123123
.test-all-property {
124124
animation: none 0s ease 0s 1 normal none running;
125-
-webkit-backface-visibility: visible;
126-
backface-visibility: visible;
125+
backface-visibility: visible;
127126
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
128127
border: medium none currentColor;
129128
border-collapse: separate;

0 commit comments

Comments
 (0)