File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ if (patterns.length > 0) {
94
94
getStylesPerModule ( instances , files . length ) ,
95
95
'Custom styles per module'
96
96
) ;
97
- printObject ( getElementsStats ( instances ) , 'Overridden elements' ) ;
98
- printObject ( getComponentsStats ( instances ) , 'Overridden components' ) ;
99
97
printObject ( getColorsStats ( instances ) , 'Custom colors' ) ;
100
98
printObject ( getSpacingStats ( instances ) , 'Custom spacing' ) ;
101
- printObject ( getComponentsPropsStats ( instances ) , 'Components and props' ) ;
102
99
printObject (
103
100
getComponentsPropsValuesStats ( instances ) ,
104
101
'Components, props and values'
105
102
) ;
103
+ printObject ( getComponentsPropsStats ( instances ) , 'Components and props' ) ;
104
+ printObject ( getComponentsStats ( instances ) , 'Overridden components' ) ;
105
+ printObject ( getElementsStats ( instances ) , 'Overridden elements' ) ;
106
106
printObject ( getPropsStats ( instances ) , 'Properties' ) ;
107
107
printObject ( getValuesStats ( instances ) , 'Values' ) ;
108
108
You can’t perform that action at this time.
0 commit comments