Skip to content

Commit

Permalink
Fix the wrong identation. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
dixpac authored Jan 10, 2022
1 parent b889dfc commit 46ee274
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tailwindcss/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class Engine < ::Rails::Engine
Rails.application.config.generators.stylesheets = false
end

config.app_generators do |g|
g.template_engine :tailwindcss
end
config.app_generators do |g|
g.template_engine :tailwindcss
end
end
end

0 comments on commit 46ee274

Please sign in to comment.