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) {
9494 getStylesPerModule ( instances , files . length ) ,
9595 'Custom styles per module'
9696 ) ;
97- printObject ( getElementsStats ( instances ) , 'Overridden elements' ) ;
98- printObject ( getComponentsStats ( instances ) , 'Overridden components' ) ;
9997 printObject ( getColorsStats ( instances ) , 'Custom colors' ) ;
10098 printObject ( getSpacingStats ( instances ) , 'Custom spacing' ) ;
101- printObject ( getComponentsPropsStats ( instances ) , 'Components and props' ) ;
10299 printObject (
103100 getComponentsPropsValuesStats ( instances ) ,
104101 'Components, props and values'
105102 ) ;
103+ printObject ( getComponentsPropsStats ( instances ) , 'Components and props' ) ;
104+ printObject ( getComponentsStats ( instances ) , 'Overridden components' ) ;
105+ printObject ( getElementsStats ( instances ) , 'Overridden elements' ) ;
106106 printObject ( getPropsStats ( instances ) , 'Properties' ) ;
107107 printObject ( getValuesStats ( instances ) , 'Values' ) ;
108108
You can’t perform that action at this time.
0 commit comments