From 9c635112d714798848c9c6dc62038c7fc446e6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Wed, 5 Jun 2024 16:05:11 +0200 Subject: [PATCH] Switch to Bulma for CSS --- css/app.css | 2 +- index.html | 5 +++-- js/.yarnrc | 1 + js/package.json | 1 + js/yarn.lock | 5 +++++ 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 js/.yarnrc diff --git a/css/app.css b/css/app.css index 6f1c413..0714c38 100644 --- a/css/app.css +++ b/css/app.css @@ -1,4 +1,4 @@ -@import url("./spectre.css"); +@import url("../js/vendor/bulma/css/bulma.min.css"); @import url("../fonts/fonts.css"); /* Variables */ :root { diff --git a/index.html b/index.html index 10caa34..cadf4af 100644 --- a/index.html +++ b/index.html @@ -25,11 +25,12 @@ PROGETTO -
+ + -
+
diff --git a/js/.yarnrc b/js/.yarnrc new file mode 100644 index 0000000..8c21893 --- /dev/null +++ b/js/.yarnrc @@ -0,0 +1 @@ +--*.modules-folder "./vendor" \ No newline at end of file diff --git a/js/package.json b/js/package.json index a136fd6..124c134 100644 --- a/js/package.json +++ b/js/package.json @@ -5,6 +5,7 @@ "author": "Nicolò P.", "license": "GPLv3", "dependencies": { + "bulma": "^1.0.1", "leaflet": "^1.9.4" } } diff --git a/js/yarn.lock b/js/yarn.lock index 9b202fc..f5a105e 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +bulma@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-1.0.1.tgz#e37261d6f8e1a3494c9378803d9958effb2715ce" + integrity sha512-+xv/BIAEQakHkR0QVz+s+RjNqfC53Mx9ZYexyaFNFo9wx5i76HXArNdwW7bccyJxa5mgV/T5DcVGqsAB19nBJQ== + leaflet@^1.9.4: version "1.9.4" resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.9.4.tgz#23fae724e282fa25745aff82ca4d394748db7d8d"