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 48d167a commit 83da53cCopy full SHA for 83da53c
doc/functions/html_cva.rst
@@ -45,7 +45,7 @@ Then use the ``color`` and ``size`` variants to select the needed classes:
45
46
{# index.html.twig #}
47
{{ include('alert.html.twig', {'color': 'blue', 'size': 'md'}) }}
48
- // class="alert bg-red text-md"
+ // class="alert bg-blue text-md"
49
50
{{ include('alert.html.twig', {'color': 'green', 'size': 'sm'}) }}
51
// class="alert bg-green text-sm"
0 commit comments