Hello folks
I have to say that my coworker (designer) just manage to create an awesome app (despite what i can do on my side
).
Would it be a way to export the theme settings (on element also) to apply to another app ?
I may be dreaming but an export CSS to import CSS would be awesome 
jrmi
2
Hey @mouligno yes that would be great to import CSS directly but unfortunately itβs not possible.
While we want to implement a theme manager to create a theme once and use it multiple times, in the meantime I think you can:
- Use the API to get the theme JSON from your other app and send it to the new app
- Use custom CSS feature to inject your CSS and then override the theme of any application.
Does it help?