Skip to content
Snippets Groups Projects
Commit 6a1f0976 authored by Tobias Mieves's avatar Tobias Mieves :sparkles:
Browse files

feat: Switch to generated css file

parent de79eb53
Branches
Tags
No related merge requests found
Pipeline #156314 failed
......@@ -5,4 +5,4 @@
"@semantic-release/gitlab",
"@semantic-release/changelog"
]
"branches": ["main"]
"branches": ["main", {name: 'develop', prerelease: true}]
asgiref==3.5.2
Django==4.1.3
environ==1.0
pip==21.3.1
setuptools==60.2.0
sqlparse==0.4.3
wheel==0.37.1
whitenoise==6.2.0
gunicorn==20.1.0
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -5,10 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Core{% endblock %}</title>
<link href="{% static 'core/css/daisyui.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'core/css/tailwind.min.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'wedding/css/output.css' %}" rel="stylesheet" type="text/css">
<meta http-equiv="refresh" content="10">
<link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
{# <meta http-equiv="refresh" content="10">#}
</head>
<body>
{% block content %}
......
......@@ -5,10 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}Core{% endblock %}</title>
<link href="{% static 'core/css/daisyui.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'core/css/tailwind.min.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'wedding/css/output.css' %}" rel="stylesheet" type="text/css">
<meta http-equiv="refresh" content="10">
<link href="{% static 'core/css/output.css' %}" rel="stylesheet" type="text/css">
{# <meta http-equiv="refresh" content="10">#}
</head>
<body>
<div class="navbar mb-2 shadow-lg bg-neutral text-neutral-content rounded-box">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment