We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db80e88 commit d6a42f2Copy full SHA for d6a42f2
lib/install/tailwindcss.rb
@@ -4,7 +4,7 @@
4
if APPLICATION_LAYOUT_PATH.exist?
5
say "Add Tailwindcss include tags and container element in application layout"
6
insert_into_file APPLICATION_LAYOUT_PATH.to_s, <<~ERB.indent(4), before: /^\s*<%= stylesheet_link_tag/
7
- <%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
+ <%= stylesheet_link_tag "inter-font", "data-turbo-track": "reload" %>
8
ERB
9
10
if File.open(APPLICATION_LAYOUT_PATH).read =~ /<body>\n\s*<%= yield %>\n\s*<\/body>/
0 commit comments