changeset 401:0e454358ca49

bulma: update `bulma` to version `1.0.2`
author Goffi <goffi@goffi.org>
date Wed, 02 Oct 2024 17:23:03 +0200
parents 140690a18b63
children 2bbcb7da56bc
files sat_templates/templates/bulma/_browser/browser_meta.json sat_templates/templates/bulma/_browser/bulma_libervia.scss sat_templates/templates/bulma/_browser/bulma_sat.scss sat_templates/templates/bulma/base/base.html
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/_browser/browser_meta.json	Tue Aug 06 23:50:17 2024 +0200
+++ b/sat_templates/templates/bulma/_browser/browser_meta.json	Wed Oct 02 17:23:03 2024 +0200
@@ -2,7 +2,7 @@
     "js": {
         "package": {
             "dependencies": {
-                "bulma": "== 0.9.4"
+                "bulma": "^1.0.2"
             }
         }
     }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat_templates/templates/bulma/_browser/bulma_libervia.scss	Wed Oct 02 17:23:03 2024 +0200
@@ -0,0 +1,6 @@
+@charset "utf-8";
+
+@use "node_modules/bulma/sass" with (
+  $primary: #82baff,
+  $body-background-color: #eaeaea
+);
--- a/sat_templates/templates/bulma/_browser/bulma_sat.scss	Tue Aug 06 23:50:17 2024 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@charset "utf-8";
-$primary: #82baff;
-$body-background-color: #eaeaea;
-
-@import "node_modules/bulma/bulma.sass";
-
--- a/sat_templates/templates/bulma/base/base.html	Tue Aug 06 23:50:17 2024 +0200
+++ b/sat_templates/templates/bulma/base/base.html	Wed Oct 02 17:23:03 2024 +0200
@@ -17,7 +17,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     {# using SVG directly doesn't always play well with Bulma, so we also use the icon font #}
     <link rel='stylesheet' type="text/css" href='{{media_path}}fonts/fontello/css/fontello.css'>
-    <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_sat.css'>
+    <link rel='stylesheet' type="text/css" href='{{build_path}}bulma_libervia.css'>
 
     {% if norobots %}
         <meta name="robots" content="noindex, nofollow">