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
There's a little inconsistency with letter-spacing and auto-px since letter-spacing allows floats as a unit. Bss can't guess when the intention is to have px auto added or if a fraction was actually desired.
A current workaround is to do letter-spacing: calc(2) but I'd like a better solution for v2, either just exclude the letter-spacing property from the auto-px list, or some other more clever thing :P ?
The text was updated successfully, but these errors were encountered:
There's a little inconsistency with
letter-spacing
and auto-px sinceletter-spacing
allows floats as a unit. Bss can't guess when the intention is to have px auto added or if a fraction was actually desired.A current workaround is to do
letter-spacing: calc(2)
but I'd like a better solution for v2, either just exclude theletter-spacing
property from the auto-px list, or some other more clever thing :P ?The text was updated successfully, but these errors were encountered: