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
229:15 ⚠ Expected calc of the form calc(P O #{$}) or calc(-1 * #{$}). Where 'P' is in (vw, vh or %), 'O' is + or -, '$' is a carbon layout token, mixin or function for "margin-top" found "calc(-1 * #{layout.$spacing-01})".
(In reality, layout.$spacing-01 is a carbon layout token.)
Same spurious error with
.foo {
margin-top: -#{layout.$spacing-01};
}
The text was updated successfully, but these errors were encountered:
wkeese
changed the title
Spurious warnings about layout tokens in calc().
Spurious warnings about layout tokens in calc(-1 * ...).
Jun 9, 2024
Given:
We get the spurious carbon/layout-use error that:
(In reality,
layout.$spacing-01
is a carbon layout token.)Same spurious error with
The text was updated successfully, but these errors were encountered: