I am currently in the process of transitioning my CSS code to utilize MUI's sx prop and styled() function. However, I have not been able to find any documentation on how to properly convert the following code to MUI syntax. Can someone assist me with this?
.landing {
position: relative;
max-height: fit-content;
transform: translateY(-80%);
left: calc(50% - 800.05px / 2 - 204.98px);
letter-spacing: -0.02em;
}
Here is how it looks in JSX:
<div className={homeStyles.landing}>