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 11Using 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/ 
                         You can’t perform that action at this time. 
           
                  
0 commit comments