0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Break a couple of long lines.

This commit is contained in:
XhmikosR 2019-09-01 13:23:31 +03:00
parent f7fe5d5bca
commit cf4ae75eff
2 changed files with 6 additions and 2 deletions

View File

@ -731,7 +731,9 @@ Activate a modal without writing JavaScript. Set `data-toggle="modal"` on a cont
Create a modal with a single line of JavaScript: Create a modal with a single line of JavaScript:
{{< highlight js >}}var myModal = new bootstrap.Modal(document.getElementById('myModal'), options){{< /highlight >}} {{< highlight js >}}
var myModal = new bootstrap.Modal(document.getElementById('myModal'), options)
{{< /highlight >}}
### Options ### Options

View File

@ -15,7 +15,9 @@ Alternative browsers which use the latest version of WebKit, Blink, or Gecko, wh
You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc): You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc):
```text ```text
{{< rf.inline >}}{{ readFile ".browserslistrc" | htmlEscape }}{{< /rf.inline >}} {{< rf.inline >}}
{{- readFile ".browserslistrc" | htmlEscape -}}
{{< /rf.inline >}}
``` ```
We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intended browser support via CSS prefixes, which uses [Browserslist](https://github.com/browserslist/browserslist) to manage these browser versions. Consult their documentation for how to integrate these tools into your projects. We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intended browser support via CSS prefixes, which uses [Browserslist](https://github.com/browserslist/browserslist) to manage these browser versions. Consult their documentation for how to integrate these tools into your projects.