Skip to content

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0

Notifications You must be signed in to change notification settings

virkillz/tailupgrade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailupgrade

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0

Screenshot

Tailwind CSS is very handy framework to write CSS in a fast and manageable way, with very small footprint and doesn't impose any design decision. So many component are available and shared accross internet. Including Tailwindcomponent However with the recent upgrade to stable version, many component need to be modified.

This small tool is simple converter to replace all your tailwind html file into compatible with v 1.x following Tailwind upgrade guide

Usage:

npm install -g tailupgrade

tailupgrade <path>

Give directory containing html files as argument, it will convert all class name and save it under 'output' folder in the same directory.

About

Small utility to convert .html files with tailwind v.0.x class name into compatible with version v.1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published