Update CSS optimization (using CDN for bootstrap) and mysql compat
This commit is contained in:
+2
-9762
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,5 +1,4 @@
|
||||
@use 'sass:list';
|
||||
@import "bootstrap/bootstrap";
|
||||
$priceColor: #5abf5a;
|
||||
$primaryColor: (
|
||||
#FE8D90,
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
|
||||
<link rel="preload" href="{% static 'css/custom.css' %}" as="style" onload="this.onload=null;this.rel='stylesheet'">
|
||||
<noscript><link rel="stylesheet" href="{% static 'css/custom.css' %}"></noscript>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user