{% compress css %}
{% if settings.SEARCH_FRONTEND_CSS_URL %}
{% endif %}
{% set extra_css = '/css/extra.css'|media(ignore_missing=True) %}
{% if extra_css %}
{% endif %}
{% endcompress %}
{% if settings.USE_CUSTOM_CSS %}
{# can't compress yet because this comes from live settings #}
{% endif %}