use plain dart-sass
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use 'pure';
|
||||
@use 'grids-responsive';
|
||||
/* The line above should remain empty */
|
||||
|
||||
/************************/
|
||||
|
||||
@@ -6,8 +6,6 @@
|
||||
<title>{% block "title" %}e11mail.com{% endblock %}</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
{% 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=">
|
||||
|
||||
Reference in New Issue
Block a user