jaredh159 / tailwind-react-native-classnames

simple, expressive API for tailwindcss + react-native
2.08k stars 84 forks source link

fix: support fontWeight attribute in fontSize token #324

Closed Gyeop closed 2 weeks ago

Gyeop commented 2 weeks ago

Hello,

I've been using this library extensively, and it's been incredibly helpful.

While adding custom configurations to tailwind.config.js, I noticed an attribute that wasn't being applied to fontSize. I've added this attribute to address the issue.

Please take a moment to review my changes. If there's anything missing or needing improvement, please let me know. I hope this PR can be merged.

Reference: Tailwind CSS Font Size Documentation

jaredh159 commented 2 weeks ago

thanks so much, looks great. i didn't realize font-size included font-weight. nice addition. i'll get a release out shortly. 👍

jaredh159 commented 2 weeks ago

released in v4.6.0 just now