Skip to content

Commit beea71c

Browse files
KamilPesekOskarStark
authored andcommitted
Update mailer.rst
The registeted namespace is "styles", not "css".
1 parent d1c2a1e commit beea71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ arguments to the filter:
586586

587587
.. code-block:: html+twig
588588

589-
{% apply inline_css(source('@css/email.css')) %}
589+
{% apply inline_css(source('@styles/email.css')) %}
590590
<h1>Welcome {{ username }}!</h1>
591591
{# ... #}
592592
{% endapply %}

0 commit comments

Comments
 (0)