-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox browser warnings #1261
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, im using the latest bootswatch 5 theme but it continues to throw warnings inside firefox console. When they will be fixed ?
The text was updated successfully, but these errors were encountered: