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
- If you are using a bare value or modifier that is a number, then we
make sure that it is a valid multiplier of `0.25`
- If you are using a bare value or modifier that is a percentage, then
we make sure that it is a valid positive integer.
- If you are using a fraction, then we make sure that both the numerator
and denominator are positive integers.
- If the bare value resolves to a non-ratio value, and if a modifier is
used, then we need to make sure that the modifier resolves as well.
E.g.: `example-1/2.3` this won't resolve to a `ratio` because the
denominator is invalid. This will resolve to an `integer` or `number`
for the value of `1`, but then we need to make sure that `2.3` is a
valid modifier.
0 commit comments