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
div {
height: calc(100% - 2 (2 * var(--card-margin)));
}
crashes in playground with:
/* ERROR: Unreachable code should not be executed (evaluating 'n(i.id,o)') */
and in node with:
thread '<unnamed>' panicked at 'internal error: entered unreachable code', src/values/percentage.rs:81:12
That is only number crashes, anything else instead of 2 will pass. Stylelint passes on that calc() and this error in syntax crashes whole css workflow without no clear hint.
The text was updated successfully, but these errors were encountered:
This invalid calc
crashes in playground with:
and in node with:
That is only number crashes, anything else instead of 2 will pass. Stylelint passes on that calc() and this error in syntax crashes whole css workflow without no clear hint.
The text was updated successfully, but these errors were encountered: