Skip to content

Commit

Permalink
add media:all directive to stylesheet tag so print media works
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kong committed Dec 18, 2023
1 parent 64e3534 commit f78becc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/QuillLMS/app/views/application/_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<%= vite_stylesheet_tag 'shared.scss' %>

<% if !playing_activity? %>
<%= vite_stylesheet_tag 'application.scss' %>
<%= vite_stylesheet_tag 'application.scss', media: 'all' %>
<% end %>
<% if @style_file %>
<%= vite_stylesheet_tag @style_file %>
Expand Down

0 comments on commit f78becc

Please sign in to comment.