stylesheets: merge print rules with the application stylesheet

- Having a separate stylesheet for print rules is not a best practice
  (it makes an extra network request)
- It makes migrating to Sprockets 4 easier
This commit is contained in:
Pierre de La Morinerie 2021-02-23 14:09:01 +01:00
parent e1a450fd6f
commit e51948ab5c
4 changed files with 56 additions and 55 deletions

View file

@ -20,7 +20,6 @@
= preload_link_tag(asset_url("Muli-Bold.woff2"))
= stylesheet_link_tag 'application', media: 'all'
= stylesheet_link_tag 'print', media: 'print'
= Gon::Base.render_data(camel_case: true, init: true, nonce: request.content_security_policy_nonce)