Skip to content

Commit 92ccf0f

Browse files
authored
Use Tailwind v0.1.4
1 parent 76b35f1 commit 92ccf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindCssPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function installAuth()
2727
protected static function updatePackageArray(array $packages)
2828
{
2929
return [
30-
'tailwindcss' => '^0.1.3',
30+
'tailwindcss' => '^0.1.4',
3131
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
3232
}
3333

0 commit comments

Comments
 (0)