We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b35f1 commit 92ccf0fCopy full SHA for 92ccf0f
src/TailwindCssPreset.php
@@ -27,7 +27,7 @@ public static function installAuth()
27
protected static function updatePackageArray(array $packages)
28
{
29
return [
30
- 'tailwindcss' => '^0.1.3',
+ 'tailwindcss' => '^0.1.4',
31
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
32
}
33
0 commit comments