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:
parent
e1a450fd6f
commit
e51948ab5c
4 changed files with 56 additions and 55 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue