awssat / tailwindo

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

fix text with media breakpoints #24

Closed benno5020 closed 4 years ago

benno5020 commented 4 years ago

The problem:

tailwindo 'text-md-right' results in Converted Code: 'text-md-right' when Converted Code: 'md:text-right' was expected.

What I have done to fix it:

abdumu commented 4 years ago

Thanks.