awssat / tailwindo

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

Extract changes to a single file & recursively convert a whole directory should create a single css file #29

Open philippejadin opened 4 years ago

philippejadin commented 4 years ago

When using extract to a single file with the recursive option, a tailwindo-components.css file is create in each directory.

For my use case at least it would be much better to have a merge of all those definitions in a single css file. It could be an option of course.

By the way this is really a great package !

burakakca commented 4 years ago

Also, it does not seem to convert the class and ids written specifically for the theme. How can I fix this?

abdumu commented 3 years ago

@burakakca

Also, it does not seem to convert the class and ids written specifically for the theme. How can I fix this?

What do you mean?

burakakca commented 3 years ago

Hello, it's been a long time since my question, but as far as I understand. Apart from converting from Bootstrap to tailwind, I mean being able to convert custom classes in a theme I purchased.