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
Improving readability and performance of the mapping and parsing methods (5c016e2)
Breaking Changes
The linear method has been removed, and therecursive method is set as the default parsing method.
For type-safing the patterned style when using a variable like ${size}rs, it will be handled during style parsing and return undefined for properties that shouldn't be undefined. To avoid type errors, you can handle this in your code or add an exclamation mark at the end of the value, like ${size!}rs.
The responsive methods will return the passed value instead of zero if the value isn't numeric