awssat / tailwindo

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

sr-only accidentally removed #26

Closed brennanangel closed 4 years ago

brennanangel commented 4 years ago

Tailwindo removed .sr-only on a div.

This is a common bootstrap/tailwindcss utility: https://tailwindcss.com/docs/screen-readers/

Guessing that's happening because this line is commented out: https://github.com/awssat/tailwindo/blob/7a79192e709c61457f7e9a59e14e98a49a9b816b/src/Framework/BootstrapFramework.php#L152

abdumu commented 4 years ago

Yes! Can you open a PR for this?