Skip to content

Commit a9c9dfe

Browse files
committed
updated tailwind to use 3.0.7 or higher
1 parent c768776 commit a9c9dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function handle()
3636
"resolve-url-loader" => "^3.1.0",
3737
"sass" => "^1.29.0",
3838
"sass-loader" => "^8.0.2",
39-
"tailwindcss" => "^2.0.2",
39+
"tailwindcss" => "^3.0.7",
4040
"vue-template-compiler" => "^2.6.12"
4141
] + $packages;
4242
}, 'devDependencies');

0 commit comments

Comments
 (0)