NemesisRE / kiosk-mode

🙈 Hides the Home Assistant header and/or sidebar
MIT License
414 stars 17 forks source link

Remove local styles management and start using Home Assistant Styles Manager #292

Closed elchininet closed 3 weeks ago

elchininet commented 3 weeks ago

This pull request removes the custom style management and starts to use home-assistant-styles-manager which accepts CSS-in-JS directly and converts the declarations from camel case to kebab case automatically, so all the code to convert the style objects to strings have been refactored to send the objects straight away.