``inline_css`` ============== The ``inline_css`` filter inline CSS styles in HTML documents: .. code-block:: html+twig {% apply inline_css %}

Hello CSS!

{% endapply %} You can also add some stylesheets by passing them as arguments to the filter: .. code-block:: html+twig {% apply inline_css(source("some_styles.css"), source("another.css")) %}

Hello CSS!

{% endapply %} Styles loaded via the filter override the styles defined in the ``