brightwheel
brightwheel copied to clipboard
WIP: Conditional application styling
This PR expands on the functionality of the Application
object to help support dynamic stylesheet selection based on the current process.platform
(or a passed custom platform).
The full list of platforms still needs to be implemented. Right now, the only one that is active is the one that loads photon for darwin
platforms.
Before merging these changes, we need to add specs that test this new conditional behavior.