1
@use the files, because django_libsass uses the C++ version of sass that
does not support modules.
This commit is contained in:
2023-12-15 06:34:25 +02:00
parent 762f04c7a8
commit c89fff0340
7 changed files with 2923 additions and 17 deletions

View File

@@ -1,11 +1,15 @@
{% load compress static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{% block "title" %}e11mail.com{% endblock %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
{% load static %}
<link rel="stylesheet" href="{% static "signup/style.css" %}">
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/pure.css" %}">
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/grids-responsive.css" %}">
<link rel="stylesheet" type="text/x-scss" href="{% static "signup/style.scss" %}">
{% endcompress %}
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
</head>
<body>