Skip to content

Latest commit

History

History
27 lines (20 loc) 路 900 Bytes

1_introduction.md

File metadata and controls

27 lines (20 loc) 路 900 Bytes

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)


Next: Installation >