Does styling with sx in MUI has a bad impact on SEO, even though that i'm working with a nextjs 12 app that use SSR for rendering pages
I have a NextJs v12.3.0 app that use sx in MUI as styling to many of my components. many of my pages are render as SSR. now i want to know somethings. Does MUI render sx styles as inline css?…