File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Please also have a look at our
54
54
55
55
### Fixed
56
56
57
- - Render rules in line and column number order (#1058 )
57
+ - Render rules in line and column number order (#1059 )
58
58
- Don't render ` rgb ` colors with percentage values using hex notation (#803 )
59
59
- Parse ` @font-face ` ` src ` property as comma-delimited list (#790 )
60
60
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function rendersRulesInOrderProvided(): void
35
35
$ rule3 ->setValue ('#fff ' );
36
36
$ declarationBlock ->addRule ($ rule3 );
37
37
38
- $ expectedRendering = 'background-color: transparent;background: #222 ' ;
38
+ $ expectedRendering = 'background-color: transparent;background: #222;background-color: #fff ' ;
39
39
self ::assertStringContainsString ($ expectedRendering , $ declarationBlock ->render (new OutputFormat ()));
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments