awssat / tailwindo

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

Nothing seems to work, no conversion. #12

Closed lstables closed 6 years ago

lstables commented 6 years ago

I've done commands like

tailwindo /resources/views/auth/login.blade.php & tailwindo /resources/views/ --recursive=true but nothing changes, stays as bootstrap, any ideas?

austinkregel commented 6 years ago

Try removing the / from the beginning of resources. If it's there, tailwindo should be trying to pull files from the root of your file system. Removing it will tell tailwindo to recurse relative to the directory you're in.

lstables commented 6 years ago

Thanks, i will try that.