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 2cda5b4 commit 0af0b1fCopy full SHA for 0af0b1f
README.md
@@ -2,7 +2,7 @@
2
3
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
4
5
-*Current version:* **Tailwind CSS 0.5.1**
+*Current version:* **Tailwind CSS 0.5.2**
6
7
## Usage
8
src/TailwindCssPreset.php
@@ -28,7 +28,7 @@ protected static function updatePackageArray(array $packages)
28
{
29
return array_merge([
30
'laravel-mix-purgecss' => '^2.0',
31
- 'tailwindcss' => '>=0.5.1',
+ 'tailwindcss' => '>=0.5.2',
32
], Arr::except($packages, [
33
'bootstrap',
34
'bootstrap-sass',
0 commit comments