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.
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.