about summary refs log tree commit diff
path: root/web/panettone/default.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-22T22·16-0400
committerglittershark <grfn@gws.fyi>2020-07-23T22·20+0000
commitd445136140cbd89599940c489efecefa544d1bd6 (patch)
tree89c7e4c062173857f3a7d2bb9c915f8f6c66fb87 /web/panettone/default.nix
parentd3b7de0783230b78edd44010e144f47e0ee4bea5 (diff)
feat(web/panettone): Add initial styles r/1442
Take an initial crack at styling most of the Panettone application,
taking inspiration from the styles from todo.tvl.fyi and tvl.fyi itself.
This uses the LASS CSS library, after a brief attempt at using css-lite
which I ended up not going with because I don't like the library's
design very much, and also it's not compatible with sbcl's (safety
3) (some macroexpansions SETQ undeclared variables).

Change-Id: I054402e4c68ae1e99884d5164e6e2fc39d2779ff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1350
Tested-by: BuildkiteCI
Reviewed-by: eta <eta@theta.eu.org>
Diffstat (limited to 'web/panettone/default.nix')
-rw-r--r--web/panettone/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix
index f906fa7a7b..b954bcec67 100644
--- a/web/panettone/default.nix
+++ b/web/panettone/default.nix
@@ -9,6 +9,7 @@ depot.nix.buildLisp.program {
     defclass-std
     easy-routes
     hunchentoot
+    lass
     local-time
     trivial-ldap
 
@@ -16,6 +17,9 @@ depot.nix.buildLisp.program {
   ];
 
   srcs = [
+    ./panettone.asd
+    ./src/packages.lisp
+    ./src/css.lisp
     ./src/panettone.lisp
   ];
 }