Skip to content

Commit 1a62f04

Browse files
committed
Internal: fix test related to postcss-initial recent minor changes
1 parent 4d3266a commit 1a62f04

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

src/__tests__/fixtures/features/initial.expected.css

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a {
1313
caption-side: top;
1414
clear: none;
1515
clip: auto;
16-
color: inherit;
16+
color: #000;
1717
columns: auto;
1818
column-count: auto;
1919
column-fill: balance;
@@ -29,7 +29,13 @@ a {
2929
display: inline;
3030
empty-cells: show;
3131
float: none;
32-
font: normal normal normal normal medium/normal inherit;
32+
font-family: serif;
33+
font-size: medium;
34+
font-style: normal;
35+
font-variant: normal;
36+
font-weight: normal;
37+
font-stretch: normal;
38+
line-height: normal;
3339
height: auto;
3440
hyphens: none;
3541
left: auto;
@@ -41,7 +47,7 @@ a {
4147
min-height: 0;
4248
min-width: 0;
4349
opacity: 1;
44-
orphans: 0;
50+
orphans: 2;
4551
outline: medium none invert;
4652
overflow: visible;
4753
overflow-x: visible;
@@ -56,9 +62,9 @@ a {
5662
right: auto;
5763
tab-size: 8;
5864
table-layout: auto;
59-
text-align: inherit;
65+
text-align: left;
6066
text-align-last: auto;
61-
text-decoration: none solid currentColor;
67+
text-decoration: none;
6268
text-indent: 0;
6369
text-shadow: none;
6470
text-transform: none;
@@ -71,7 +77,7 @@ a {
7177
vertical-align: baseline;
7278
visibility: visible;
7379
white-space: normal;
74-
widows: 0;
80+
widows: 2;
7581
width: auto;
7682
word-spacing: normal;
7783
z-index: auto;
@@ -87,12 +93,18 @@ a {
8793
border: initial;
8894
column-rule: medium none currentColor;
8995
column-rule: initial;
90-
font: normal normal normal normal medium/normal inherit;
96+
font-family: serif;
97+
font-size: medium;
98+
font-style: normal;
99+
font-variant: normal;
100+
font-weight: normal;
101+
font-stretch: normal;
102+
line-height: normal;
91103
font: initial;
92104
list-style: disc outside none;
93105
list-style: initial;
94106
outline: medium none invert;
95107
outline: initial;
96-
text-decoration: none solid currentColor;
108+
text-decoration: none;
97109
text-decoration: initial;
98110
}

0 commit comments

Comments
 (0)