Skip to content

Commit

Permalink
🐛 Fix Tailwind view path
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Nov 19, 2023
1 parent 4d6de08 commit 1df0299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default {
"./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php",
"./storage/framework/views/*.php",
"./resources/**/*.{js,jsx,ts,tsx,md,mdx}",
"./resources/views/**/*.blade.php",
"./app/Views/**/*.php",
"./templates/**/*.blade.php",
"./app/View/**/*.php",
],

theme: {
Expand Down

0 comments on commit 1df0299

Please sign in to comment.