Skip to content

Commit

Permalink
simplify the import of css rails/propshaft#154
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowhigjr committed Dec 20, 2023
1 parent ebe889b commit ed9b8c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300&family=Righteous&display=swap" rel="stylesheet">
<%# https://github.com/bullet-train-co/magic_test %>
<%= render 'magic_test/support', "data-turbo-track": 'reload' if !ENV['MAGIC_TEST'].nil? && Rails.env.test? %>
<%= stylesheet_link_tag 'tailwind', "data-turbo-track": 'reload' %>
<%= stylesheet_link_tag 'application', "data-turbo-track": 'reload' %>
<%= stylesheet_link_tag :all %>
<script data-turbo-track="reload" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js" defer></script>
<%= javascript_importmap_tags %>
</head>
Expand Down

0 comments on commit ed9b8c9

Please sign in to comment.