nunomaduro / termwind

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

Add text decoration line-through method #28

Closed xiCO2k closed 3 years ago

xiCO2k commented 3 years ago

This PR adds a method available on TailwindCSS line-through: https://tailwindcss.com/docs/text-decoration#line-through.

@nunomaduro checked for an option on the symfony/console package but did not found any.

Let me know if there is a better option.