brattonross / windy-radix-palette

Bring Radix Colors to Tailwind CSS
https://windy-radix-palette.vercel.app
MIT License
237 stars 9 forks source link

allow for alpha value #16

Closed Gravy59 closed 1 year ago

Gravy59 commented 1 year ago

Simple lines of code and it all just works:tm: Closes #13

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
windy-radix-palette ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 7, 2023 5:12pm
Gravy59 commented 1 year ago

Please squash these commits!

devnomic commented 1 year ago

Works great, please merge

brattonross commented 1 year ago

Thanks for the contribution. I've been meaning to get around to implementing this for a while. I went ahead and fixed a couple of issues that I could see, but otherwise looks good!

Just a word of advice as well, maybe don't use curse words in your commits when contributing to other peoples' repositories. I personally am not bothered by it, and these commits are going to be squashed anyway, but others might take offense!

Gravy59 commented 1 year ago

maybe don't use curse words in your commits

oh whoops! sorry! I was cursing my previous code I had written that really stupidly had a regex that didn't allow for floating point values. Thanks for merging!