summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-21 02:01:42 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-21 02:01:42 +0200
commit9147a45d293b2f2c2c740ba36805d17a9e6aa845 (patch)
tree401eb78422f65146b0648a57550095c90d216c72
parent4decee788ede4175bee7bf55bc5c1a2ceefcfa62 (diff)
Add TODOs
-rw-r--r--Makefile1
-rw-r--r--static/style.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6ab10f..b8a4aea 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ watch:
ls euro-cash.eu | entr -r ./euro-cash.eu -no-email -port $${PORT:-8080}
# Build a release tarball for easy deployment
+# TODO: Minify CSS
release: all-i18n
[ -n "$$GOOS" -a -n "$$GOARCH" ]
tar -cf euro-cash.eu-$$GOOS-$$GOARCH.tar.gz euro-cash.eu data/ static/
diff --git a/static/style.css b/static/style.css
index ecf0041..9d1215c 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,5 +1,8 @@
@charset "UTF-8";
+/* TODO: Refactor this file when enough people are on browser versions
+ that support nested CSS */
+
/* Our form of Pico CSS v1.5.10 (https://picocss.com)
*
* Copyright © 2019–2023 Pico