mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Switched from LESS to SASS
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<head>
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/less" href="{% static "pretixbase/less/error.less" %}" />
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "pretixbase/scss/error.scss" %}" />
|
||||
{% endcompress %}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
|
||||
|
||||
Reference in New Issue
Block a user