Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 683 Bytes

1_introduction.md

File metadata and controls

20 lines (14 loc) · 683 Bytes

Introduction

A helper tool to upgrade your current codes of a project to latest version of TailwindCSS without a hassle. It's currently support shifting from 0.7.x to 1.0

Features

  • No need to manually edit every file to upgrade to next 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.

tip Try our Tailwindo tool to convert from Bootstrap to Tailwindcss: (Tailwindo)


Next: Installation >