Implement some sort of User Styles / User Config #62
Labels
discussion
Topics that needs design / architecture discussions
topic-frontend
Things that relate to the frontend in general
Milestone
At the moment we have a
Theme
object that we pass around to our components. Its properties are then used as inline styles in the DOM elements. This clearly does not scale as the number of config options grows over time.I think we could instead have a global styles.css file that is either exposed to the user or generated from its user settings, which would clean up the component code a lot.
The text was updated successfully, but these errors were encountered: