bootswatch
bootswatch copied to clipboard
Firefox browser warnings
Hi, im using the latest bootswatch 5 theme but it continues to throw warnings inside firefox console. When they will be fixed ?
Can you share which theme you're using and which version of Firefox?
Can you share which theme you're using and which version of Firefox?
Flatly 5, and Mozilla 115.0.2 (64-bit)
I'm not seeing these warnings on the same Moz version. Are you building from sass?
No, i don't think, i uploaded theme cdn in my html file of a django project.
{% load static %} {% load i18n %} {% load rest_framework %}
<!DOCTYPE html>
<html lang="en" id="myHtml">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Project Title</title>
<link rel="shortcut icon" href="{% static 'assets/compass-fill.ico' %}" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
id="theme-link"
rel="stylesheet"
href="https://bootswatch.com/5/flatly/bootstrap.min.css"
type="text/css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
</head>
<body>
...
</body>
</html>
You can safely ignore those.