]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: remove Webpack reference in Parcel guide (#37670)
authorLouis-Maxime Piton <louismaxime.piton@orange.com>
Mon, 19 Dec 2022 17:34:18 +0000 (18:34 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Dec 2022 17:34:18 +0000 (18:34 +0100)
site/content/docs/5.2/getting-started/parcel.md

index d28f92384fad71d9efa30aed1552c7b3f985313f..833b0771328113b0e8c72c826f99dddabedf50c8 100644 (file)
@@ -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`.