https://awssat.com/opensource/tailwindo/1_introduction.html Awssat Awssat [ ] GitHub GitHub * Tailwindo * Introduction + Features * Installation * Quick Start + Convert a whole directory + Recursively convert a whole directory + Convert different file extensions + Overwrite the original files + Convert one file + Convert raw code (a snippet of code) + Extract changes to a single CSS file # Introduction Tailwindo can convert Your CSS framework (currently Boostrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes. # Features * Convert Bootstrap based files to TailwindCss. * Multiple files (Recursively) convert. * Multiple files extensions support (.html, .vue, .twig, .blade and more) * Safe converting, non-destructive option. * Can convert a given raw code without file. * Made to be easy to add more CSS frameworks in the future (currently Bootstrap). * Can extract changes to a separate css file as Tailwind components and keep old classes names. like: .p-md-5 { @apply md:p-7; } TIP Check our newest tool, update your tailwindcss code to newer versions hassle-free (tailwind-shift ) Help us improve this page! Last Updated: 5/3/2020, 2:40:51 PM - Tailwindo Installation -