We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecc040 commit 50ade23Copy full SHA for 50ade23
frontend.rst
@@ -2,8 +2,11 @@ Front-end Tools: Handling CSS & JavaScript
2
==========================================
3
4
Symfony gives you the flexibility to choose any front-end tools you want. There
5
-are generally two approaches: :ref:`building your HTML with PHP & Twig <frontend-twig-php>`
6
-or :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
+are generally two approaches:
+
7
+#. :ref:`building your HTML with PHP & Twig <frontend-twig-php>`;
8
+#. :ref:`building your frontend with a JavaScript framework <frontend-js>` like React.
9
10
Both work great - and are discussed below.
11
12
.. _frontend-twig-php:
0 commit comments