sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.07k stars 730 forks source link

replace rwb with text-wrap:balance #87

Closed gneiru closed 6 months ago

gneiru commented 8 months ago

this pr removes a library react-wrap-balancer but instead uses tailwind arbitrary property [text-wrap:balance] to balance headings and paragraphs

vercel[bot] commented 8 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @sadmann7 on Vercel.

@sadmann7 first needs to authorize it.

sadmann7 commented 8 months ago

Thanks.

text-wrap balance doesn't have much browser support right now outside chrome. I think react-wrap balance already uses text-wrap balance to balance thing if browser support it.