You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ease-[cubic-bezier(0.4,0,0.1,1)] is a class name.
Therefore, if we include spaces, it will not be recognized as a class name. deno fmt formats the name and includes spaces.
Version: Deno 2.1.4
ease-[cubic-bezier(0.4,0,0.1,1)]
is a class name.Therefore, if we include spaces, it will not be recognized as a class name.
deno fmt
formats the name and includes spaces.Before formatting
After
The text was updated successfully, but these errors were encountered: