Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 5 additions & 25 deletions plugin-packs/postcss-preset-env/test/basic.autoprefixer.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,26 +382,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell;
display: table-cell flow;
}

.table-caption-flow {
display: table-caption;
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base;
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text;
display: ruby-text flow;
}

.logical-float {
float: left;
}
Expand Down Expand Up @@ -745,18 +725,18 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: p3) {
.random {

border-color: color(display-p3 0 0.02032 0.00493);
border-color: color(display-p3 0.4767 0.4634 0);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,26 +382,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell;
display: table-cell flow;
}

.table-caption-flow {
display: table-caption;
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base;
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text;
display: ruby-text flow;
}

.logical-float {
float: left;
}
Expand Down Expand Up @@ -750,18 +730,18 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: p3) {
.random {

border-color: color(display-p3 0 0.02032 0.00493);
border-color: color(display-p3 0.4767 0.4634 0);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,26 +398,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell;
display: table-cell flow;
}

.table-caption-flow {
display: table-caption;
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base;
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text;
display: ruby-text flow;
}

.logical-float {
float: left;
}
Expand Down Expand Up @@ -768,18 +748,18 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: p3) {
.random {

border-color: color(display-p3 0 0.02032 0.00493);
border-color: color(display-p3 0.4767 0.4634 0);
}
}

Expand Down
30 changes: 7 additions & 23 deletions plugin-packs/postcss-preset-env/test/basic.ch126.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,22 +264,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell flow;
}

.table-caption-flow {
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text flow;
}

.logical-float {
float: inline-start;
}
Expand Down Expand Up @@ -575,21 +559,21 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: rec2020) {
.random {

border-color: oklch(
10%
40%
156deg
55%
60%
108deg
);
}
}
Expand Down
30 changes: 7 additions & 23 deletions plugin-packs/postcss-preset-env/test/basic.ch130.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,22 +264,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell flow;
}

.table-caption-flow {
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text flow;
}

.logical-float {
float: inline-start;
}
Expand Down Expand Up @@ -575,21 +559,21 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: rec2020) {
.random {

border-color: oklch(
10%
40%
156deg
55%
60%
108deg
);
}
}
Expand Down
30 changes: 5 additions & 25 deletions plugin-packs/postcss-preset-env/test/basic.ch38.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,26 +295,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell;
display: table-cell flow;
}

.table-caption-flow {
display: table-caption;
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base;
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text;
display: ruby-text flow;
}

.logical-float {
float: left;
}
Expand Down Expand Up @@ -657,18 +637,18 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: p3) {
.random {

border-color: color(display-p3 0 0.02032 0.00493);
border-color: color(display-p3 0.4767 0.4634 0);
}
}

Expand Down
16 changes: 0 additions & 16 deletions plugin-packs/postcss-preset-env/test/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,22 +267,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell flow;
}

.table-caption-flow {
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text flow;
}

.logical-float {
float: inline-start;
}
Expand Down
30 changes: 5 additions & 25 deletions plugin-packs/postcss-preset-env/test/basic.edge16.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,26 +382,6 @@
display: inline table;
}

.table-cell-flow {
display: table-cell;
display: table-cell flow;
}

.table-caption-flow {
display: table-caption;
display: table-caption flow;
}

.ruby-base-flow {
display: ruby-base;
display: ruby-base flow;
}

.ruby-text-flow {
display: ruby-text;
display: ruby-text flow;
}

.logical-float {
float: left;
}
Expand Down Expand Up @@ -739,18 +719,18 @@

.random {
color: rgb(
85,
75,
85
255,
115,
100
);

border-color: rgb(0, 5, 2);
border-color: rgb(121, 118, 0);
}

@media (color-gamut: p3) {
.random {

border-color: color(display-p3 0 0.02032 0.00493);
border-color: color(display-p3 0.4767 0.4634 0);
}
}

Expand Down
Loading
Loading