1
0
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:
Justin
2020-09-30 01:57:28 -04:00
committed by GitHub
parent 6105ebfe8d
commit dd5ad8fb52

View File

@@ -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