mobile header: ship CSS without SCSS

This commit is contained in:
2026-05-03 00:23:02 +02:00
parent c5601cfe79
commit b7cb932359
3 changed files with 113 additions and 123 deletions

View File

@@ -15,8 +15,8 @@
{{ block.super }}
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
{# Project-scoped header mobile fixes (no Bootstrap overrides). #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'mandelstudio/header_mobile.scss' %}">
{# Project-scoped header mobile fixes (plain CSS to avoid SCSS compilation at runtime). #}
<link rel="stylesheet" href="{% static 'mandelstudio/header_mobile.css' %}">
{% endblock %}
{% block extrahead %}