Skip to content

Commit

Permalink
Remove extra linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
arandilopez committed Jan 28, 2025
1 parent df517c3 commit e7f0260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/inertia/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def install_tailwind
say 'Installing Tailwind CSS'
add_dependencies(%w[tailwindcss @tailwindcss/vite @tailwindcss/forms @tailwindcss/typography])
prepend_file vite_config_path, "import tailwindcss from '@tailwindcss/vite'\n"
insert_into_file vite_config_path, "\n tailwindcss(),\n", after: 'plugins: ['
insert_into_file vite_config_path, "\n tailwindcss(),", after: 'plugins: ['
copy_file 'tailwind/application.css', js_file_path('entrypoints/application.css')

if application_layout.exist?
Expand Down

0 comments on commit e7f0260

Please sign in to comment.