Use standalone CLI of TailwindCSS

This commit is contained in:
Akira Tempaku 2024-10-03 02:03:14 +09:00
parent 34eb2e000a
commit b9be244ff6
8 changed files with 46 additions and 24 deletions
src/routes

View file

@ -11,7 +11,7 @@
(defcomp page ()
(hsx
(h1 :class "text-primary"
(h1 :class "text-red-600"
"404 Not Found")))
(defun handle-not-found ()