(in-package #:vampire) (defparameter +main-style+ (lass:compile-and-write ;; Add variables here, not just for reuse, but also for at-a-glance ;; documentation and easy-of-fiddling '(:let ((main-bg "#1c1c1c") (secondary-bg "#2e2e2e") (tertiary-bg "#cccccc") (main-color "#e8e7d5") (secondary-color "#ffffff") (tertiary-color "#000000")) (body :background #(main-bg) :color #(main-color) :justify-content center :display flex :width 90vw :margin auto) ;;(button) ;;((and button :hover)) ))) (wknd:defendpoint style.css :get :route "css" "style.css" :returns "text/css" :handle +main-style+)