awssat / tailwindo

🔌 Convert Bootstrap CSS code to Tailwind CSS code
MIT License
1.09k stars 108 forks source link

flex-grow-1 and flex-shrink-1 not converted #44

Closed davidmyersdev closed 3 years ago

davidmyersdev commented 3 years ago

Bootstrap: 4 Vue: 2

tailwindo --recursive=true --extensions=vue --replace=true ./src

Hello. I'm using this tool to convert a Vue/Bootstrap app to Tailwind. I just wanted to let you know that instances of flex-grow-1 and flex-shrink-1 were not converted. In Tailwind, the corresponding classes are flex-grow and flex-shrink.

The project I'm converting is octo (in case you want to see the source).