awssat / tailwindo

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

Add custom extensions support #7

Closed austinkregel closed 6 years ago

austinkregel commented 6 years ago

Changes

Closes https://github.com/awssat/tailwindo/issues/5

abdumu commented 6 years ago

@austinkregel

Could you fix the conflicts and also, filter the given extensions. like using array_map('trim', ..) then array_filter(...). Also it will be great to check if the given extension starts with a dot and remove it.

These are suggestions. You could just fix the conflicts and I would make the rest.

austinkregel commented 6 years ago

Like I said I'm at work at the moment, so I won't be able to until tonight, but I sure can :)

austinkregel commented 6 years ago

@abdumu I believe that's everything :) Is there anything more I should add or change?

abdumu commented 6 years ago

@austinkregel great, thanks 👍🏼