Skip to content

Commit 46ee274

Browse files
authored
Fix the wrong identation. (#132)
1 parent b889dfc commit 46ee274

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lib/tailwindcss/engine.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class Engine < ::Rails::Engine
1010
Rails.application.config.generators.stylesheets = false
1111
end
1212

13-
config.app_generators do |g|
14-
g.template_engine :tailwindcss
15-
end
13+
config.app_generators do |g|
14+
g.template_engine :tailwindcss
15+
end
1616
end
1717
end

0 commit comments

Comments
 (0)