mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
webpack.md: Replace "both of them" with "it" (#31794)
🎉 Yay! I helped! Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ import Alert from 'bootstrap/js/dist/alert';
|
||||
{{< /highlight >}}
|
||||
|
||||
Bootstrap depends on [Popper](https://popper.js.org/), which is specified in the `peerDependencies` property.
|
||||
This means that you will have to make sure to add both of them to your `package.json` using `npm install popper.js`.
|
||||
This means that you will have to make sure to add it to your `package.json` using `npm install popper.js`.
|
||||
|
||||
## Importing Styles
|
||||
|
||||
|
Reference in New Issue
Block a user