Chrys
09/07/2023, 7:27 PMcss { // ffrom import emotion.react.css
width = "fit-content" // error, accepts type Width
}
How can I set the width to "fit-content" in the object without error?aerialist
09/08/2023, 8:00 AMwidth = Length.fitContent
Length
from web.cssom.Length
Chrys
09/08/2023, 12:07 PM