Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Oct 16, 2023
1 parent 7b150a0 commit 40b9e6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,11 @@ Note, the default of "defer" for the `javascript_pack_tag`. You can override tha
<%= javascript_pack_tag 'calendar' %>
<%= javascript_pack_tag 'map' %>
```
While this also generally applies to `stylesheet_pack_tag`, you may use multiple calls to stylesheet_pack_tag if, say, you require multiple <style> tags for different output media:

While this also generally applies to `stylesheet_pack_tag`,
you may use multiple calls to stylesheet_pack_tag if,
say,
you require multiple `<style>` tags for different output media:

``` erb
<%= stylesheet_pack_tag 'application', media: 'screen' %>
Expand Down

0 comments on commit 40b9e6e

Please sign in to comment.