aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Maxime Piton <[email protected]>2022-12-19 18:34:18 +0100
committerGitHub <[email protected]>2022-12-19 18:34:18 +0100
commit33dd82448c82e8abb5bc3dffefd784210d12c1a8 (patch)
treedae048ad11aacc5e1f0718f13cf333956af4c73b
parente1315d11f2fb9a43b96dd48bf8f9aaf5305372b2 (diff)
downloadbootstrap-33dd82448c82e8abb5bc3dffefd784210d12c1a8.tar.xz
bootstrap-33dd82448c82e8abb5bc3dffefd784210d12c1a8.zip
Docs: remove Webpack reference in Parcel guide (#37670)
-rw-r--r--site/content/docs/5.2/getting-started/parcel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/getting-started/parcel.md b/site/content/docs/5.2/getting-started/parcel.md
index d28f92384..833b07713 100644
--- a/site/content/docs/5.2/getting-started/parcel.md
+++ b/site/content/docs/5.2/getting-started/parcel.md
@@ -88,7 +88,7 @@ With dependencies installed and our project folder ready for us to start coding,
</html>
```
- We're including a little bit of Bootstrap styling here with the `div class="container"` and `<button>` so that we see when Bootstrap's CSS is loaded by Webpack.
+ We're including a little bit of Bootstrap styling here with the `div class="container"` and `<button>` so that we see when Bootstrap's CSS is loaded by Parcel.
Parcel will automatically detect we're using Sass and install the [Sass Parcel plugin](https://parceljs.org/languages/sass/) to support it. However, if you wish, you can also manually run `npm i --save-dev @parcel/transformer-sass`.