diff options
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/docs/5.3/getting-started/parcel.md | 4 | ||||
| -rw-r--r-- | site/content/docs/5.3/getting-started/vite.md | 4 | ||||
| -rw-r--r-- | site/content/docs/5.3/getting-started/webpack.md | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/site/content/docs/5.3/getting-started/parcel.md b/site/content/docs/5.3/getting-started/parcel.md index a987b4587..4291f76cc 100644 --- a/site/content/docs/5.3/getting-started/parcel.md +++ b/site/content/docs/5.3/getting-started/parcel.md @@ -111,7 +111,7 @@ With dependencies installed and our project folder ready for us to start coding, npm start ``` - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/parcel-dev-server.png" alt="Parcel dev server running"> +  In the next and final section to this guide, we'll import all of Bootstrap's CSS and JavaScript. @@ -150,7 +150,7 @@ Importing Bootstrap into Parcel requires two imports, one into our `styles.scss` 3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this: - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/parcel-dev-server-bootstrap.png" alt="Parcel dev server running with Bootstrap"> +  Now you can start adding any Bootstrap components you want to use. Be sure to [check out the complete Parcel example project](https://github.com/twbs/examples/tree/main/parcel) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need. diff --git a/site/content/docs/5.3/getting-started/vite.md b/site/content/docs/5.3/getting-started/vite.md index 653d7a9c5..029a22c8a 100644 --- a/site/content/docs/5.3/getting-started/vite.md +++ b/site/content/docs/5.3/getting-started/vite.md @@ -135,7 +135,7 @@ With dependencies installed and our project folder ready for us to start coding, npm start ``` - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/vite-dev-server.png" alt="Vite dev server running"> +  In the next and final section to this guide, we’ll import all of Bootstrap’s CSS and JavaScript. @@ -175,7 +175,7 @@ In the next and final section to this guide, we’ll import all of Bootstrap’s 3. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this: - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/vite-dev-server-bootstrap.png" alt="Vite dev server running with Bootstrap"> +  Now you can start adding any Bootstrap components you want to use. Be sure to [check out the complete Vite example project](https://github.com/twbs/examples/tree/main/vite) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need. diff --git a/site/content/docs/5.3/getting-started/webpack.md b/site/content/docs/5.3/getting-started/webpack.md index 39adaf61a..01899643d 100644 --- a/site/content/docs/5.3/getting-started/webpack.md +++ b/site/content/docs/5.3/getting-started/webpack.md @@ -141,7 +141,7 @@ With dependencies installed and our project folder ready for us to start coding, npm start ``` - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/webpack-dev-server.png" alt="Webpack dev server running"> +  In the next and final section to this guide, we'll set up the Webpack loaders and import all of Bootstrap's CSS and JavaScript. @@ -244,7 +244,7 @@ Importing Bootstrap into Webpack requires the loaders we installed in the first 4. **And you're done! 🎉** With Bootstrap's source Sass and JS fully loaded, your local development server should now look like this: - <img class="img-fluid" src="/docs/{{< param docs_version >}}/assets/img/guides/webpack-dev-server-bootstrap.png" alt="Webpack dev server running with Bootstrap"> +  Now you can start adding any Bootstrap components you want to use. Be sure to [check out the complete Webpack example project](https://github.com/twbs/examples/tree/main/webpack) for how to include additional custom Sass and optimize your build by importing only the parts of Bootstrap's CSS and JS that you need. |
