mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.79k stars 1.9k forks source link

[@mantine/core] fix: `isNumberLike` should only check for valid css #6855

Closed Kenzo-Wada closed 1 month ago

Kenzo-Wada commented 1 month ago

fixes: https://github.com/mantinedev/mantine/issues/6853

updated isNumberLike func so that it'll return true when it's valid css props. otherwise false. eg) 2xl

I've checked all test passes, and added test for custom sizes

rtivital commented 1 month ago

Thanks!