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:
parent
f7fe5d5bca
commit
cf4ae75eff
@ -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:
|
||||
|
||||
{{< 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
|
||||
|
||||
|
@ -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):
|
||||
|
||||
```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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user