TailCompile
A Tailwind Css To Normal Css Converter
How To Setup
npm install -g tailcompile
Usage:
The First Arg Should be the dir where the html files are in to compile and the second arg should be the dir to compile to and the third arg if true is whether to be in watch mode or not
tailcompile ./test_dir ./dummy true
Or
tailcompile ./test_dir ./dummy