static: move style.scss to top-level
This commit is contained in:
parent
18d8506616
commit
d11cc5bd25
|
@ -6,7 +6,7 @@
|
|||
<title>{% block "title" %}11sync.net{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
{% compress css %}
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/style.scss" %}">
|
||||
<link rel="stylesheet" type="text/x-scss" href="{% static "style.scss" %}">
|
||||
{% endcompress %}
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue