<aside> 📍 src/utils/combineStylesheets.js
</aside>
This abomination combines stylesheets to allow overrides
Parameters:
Array[StyleSheet]** stylesheets: Arrays of StyleSheetsAction:
Loops through all StyleSheets within stylesheets and combines all [key, value] pair into one object, newProps.
Returns:
Object** newProps: Object that contains all properties of StyleSheets within stylesheets.Edit Suggestions:
combineStylesheets does not check if there are multiple object values with the same key and may produce unwanted results. Fix?