awssat / tailwindo

🔌 Convert Bootstrap CSS code to Tailwind CSS code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostrapFramework.php missing bg- on line 538

outofcontrol opened this issue · comments

Apologies, I would have done a PR but editor reformats your page add a slew of additional diffs. Line 538 is:

        'success'   => 'bg-green-500 text-white hover:green-600',

But should be

        'success'   => 'bg-green-500 text-white hover:bg-green-600',

Aha, of course. Completely forgot about doing it directly in GitHub. PR created.