nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.27k stars 76 forks source link

fix: `justify-*` utilities with only one child. #165

Closed xiCO2k closed 1 year ago

xiCO2k commented 1 year ago

This PR fixes a bug found by @dansysanalyst.

When a justify-between, justify-around, justify-evenly was used with only one child.

It gave the following error:

telegram-cloud-photo-size-4-5985652692598504462-y

This PR fixes it.