Skip to content

Commit 15eabc4

Browse files
update tailwind to 0.2.2
1 parent 76e4055 commit 15eabc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
44

5-
*Current version:* **Tailwind CSS 0.2.1**
5+
*Current version:* **Tailwind CSS 0.2.2**
66

77
## Usage
88

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.2.1',
30+
'tailwindcss' => '^0.2.2',
3131
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
3232
}
3333

0 commit comments

Comments
 (0)