mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
browsers-devices: add chomp (#32116)
This is to remove any trailing newlines in the `.browserslistrc` shortcode
This commit is contained in:
parent
3612a1e463
commit
7ad8967367
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ You can find our supported range of browsers and their versions [in our `.browse
|
|||
|
||||
```text
|
||||
{{< rf.inline >}}
|
||||
{{- readFile ".browserslistrc" | htmlEscape -}}
|
||||
{{- readFile ".browserslistrc" | chomp | htmlEscape -}}
|
||||
{{< /rf.inline >}}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue