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
This should be postponed until more browsers support these keywords. Implementing it now would decrease performance (because it needs the original style of the element) with little to no benefit.
varoriginalStyle=getOriginalStyle(element,prop);// max-content, min-content and fit-content including prefixed versionsif(originalStyle&&originalStyle.substr(-8)==='-content'){returntrue;}
Parent elements using
width: fit-content
should be skipped for example. Currently they can result in the circularity issue.The text was updated successfully, but these errors were encountered: