mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 10:56:38 +00:00
minor #4617 [Doc] Fix code-block in html_cva (smnandre)
This PR was merged into the 3.x branch.
Discussion
----------
[Doc] Fix `code-block` in html_cva
There is no `terminal` code-block in the current Twig documentation.
Using `bash` here instead is more in line with the other pages.
(...and will allow to simplify CSS needed for code blocks)
Commits
-------
a7c0482dc9 [Doc] Fix `code-block` in html_cva
This commit is contained in:
@@ -61,7 +61,7 @@ To "merge" conflicting classes together and keep only the ones you need, use the
|
||||
``tailwind_merge()`` filter from `tales-from-a-dev/twig-tailwind-extra`_
|
||||
with the ``html_cva()`` function:
|
||||
|
||||
.. code-block:: terminal
|
||||
.. code-block:: bash
|
||||
|
||||
$ composer require tales-from-a-dev/twig-tailwind-extra
|
||||
|
||||
|
||||
Reference in New Issue
Block a user