Skip to content

Reword the introduction about using Bootstrap and Encore #14720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions frontend/encore/bootstrap.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Using Bootstrap CSS & JS
========================

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

.. code-block:: terminal

Expand Down Expand Up @@ -79,3 +79,5 @@ and CSS like normal:
// require 2 CSS files needed
require('bootstrap-star-rating/css/star-rating.css');
require('bootstrap-star-rating/themes/krajee-svg/theme.css');

.. _`Bootstrap CSS framework`: https://getbootstrap.com/