mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 02:24:19 +02:00
Docs: remove Webpack reference in Parcel guide (#37670)
This commit is contained in:
committed by
GitHub
parent
e1315d11f2
commit
33dd82448c
@@ -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`.
|
||||
|
||||
|
Reference in New Issue
Block a user