File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Using Bootstrap CSS & JS
2
2
========================
3
3
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 ``:
7
7
8
8
.. code-block :: terminal
9
9
@@ -79,3 +79,5 @@ and CSS like normal:
79
79
// require 2 CSS files needed
80
80
require (' bootstrap-star-rating/css/star-rating.css' );
81
81
require (' bootstrap-star-rating/themes/krajee-svg/theme.css' );
82
+
83
+ .. _`Bootstrap CSS framework` : https://getbootstrap.com/
You can’t perform that action at this time.
0 commit comments