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
I'm expecting that this won't get touched, but it's getting converted and losing the order of precedence and causing the calculation to be totally unexpected.
Source:
left: calc((100% - 1140px) / 4 - 8px);
Output:
left: calc(100% - 1140px / 4 - 8px);
The text was updated successfully, but these errors were encountered:
I'm expecting that this won't get touched, but it's getting converted and losing the order of precedence and causing the calculation to be totally unexpected.
Source:
Output:
The text was updated successfully, but these errors were encountered: