mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
browsers-devices: add chomp (#32116)
This is to remove any trailing newlines in the `.browserslistrc` shortcode
This commit is contained in:
@@ -16,7 +16,7 @@ You can find our supported range of browsers and their versions [in our `.browse
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
{{< rf.inline >}}
|
{{< rf.inline >}}
|
||||||
{{- readFile ".browserslistrc" | htmlEscape -}}
|
{{- readFile ".browserslistrc" | chomp | htmlEscape -}}
|
||||||
{{< /rf.inline >}}
|
{{< /rf.inline >}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user