Skip to content

Commit 027fd7d

Browse files
authored
Adding bulma theme
TwigBridge - Adding Bulma theme Pull request: symfony/symfony#36351 Issue: symfony/symfony#36248
1 parent 0516d85 commit 027fd7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

form/form_themes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ in a single Twig template and they are enabled in the
3636
* `foundation_5_layout.html.twig`_, wraps each form field inside a ``<div>``
3737
element with the appropriate CSS classes to apply the default styles of the
3838
`Foundation CSS framework`_.
39+
* `bulma_0_layout.html.twig`_, wraps each form field inside a ``<div>``
40+
element with the appropriate CSS classes to apply the styles used by the
41+
`Bulma CSS framework`_.
3942

4043
.. tip::
4144

@@ -599,6 +602,8 @@ is a collection of fields (e.g. a whole form), and not just an individual field:
599602
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.4/
600603
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.4/
601604
.. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
605+
.. _`bulma_0_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bulma_0_layout.html.twig
602606
.. _`Foundation CSS framework`: https://get.foundation/
603607
.. _`Twig "use" tag`: https://twig.symfony.com/doc/2.x/tags/use.html
604608
.. _`Twig parent() function`: https://twig.symfony.com/doc/2.x/functions/parent.html
609+
.. _`Bulma CSS framework`: https://bulma.io

0 commit comments

Comments
 (0)