Skip to content

Commit 2b99c94

Browse files
committed
minor #14720 Reword the introduction about using Bootstrap and Encore (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- Reword the introduction about using Bootstrap and Encore Fixes #13683. Commits ------- 0e925a0 Reword the introduction about using Bootstrap and Encore
2 parents d1e14b8 + 0e925a0 commit 2b99c94

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

frontend/encore/bootstrap.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Using Bootstrap CSS & JS
22
========================
33

4-
Want to use Bootstrap (or something similar) in your project? No problem!
5-
First, install it. To be able to customize things further, we'll install
6-
``bootstrap``:
4+
This article explains how to install and integrate the `Bootstrap CSS framework`_
5+
in your Symfony application using :doc:`Webpack Encore </frontend>`.
6+
First, to be able to customize things further, we'll install ``bootstrap``:
77

88
.. code-block:: terminal
99
@@ -79,3 +79,5 @@ and CSS like normal:
7979
// require 2 CSS files needed
8080
require('bootstrap-star-rating/css/star-rating.css');
8181
require('bootstrap-star-rating/themes/krajee-svg/theme.css');
82+
83+
.. _`Bootstrap CSS framework`: https://getbootstrap.com/

0 commit comments

Comments
 (0)