Is it possible to add support for CSS prop as in emotion react css prop functionality?
Since solid js has a compiler, isn't it possible to add a plugin to transform all css props to static files, and if it is statically unknown, to create a function that adds a <style> ?