<aside> 📍 src/utils/combineStylesheets.js

</aside>

This abomination combines stylesheets to allow overrides

Functions

combineStylesheets

Parameters:

Action:

Loops through all StyleSheets within stylesheets and combines all [key, value] pair into one object, newProps.

Returns:

Edit Suggestions:

combineStylesheets does not check if there are multiple object values with the same key and may produce unwanted results. Fix?