Use tailwindcss with standalone CLI

This commit is contained in:
Akira Tempaku 2024-04-19 03:56:30 +09:00
commit ece41474fc
16 changed files with 44 additions and 89 deletions
src/routes

View file

@ -7,8 +7,9 @@
(pi:define-element page ()
(pi:h
(section :data-scope "pages/index"
(h1 "Hello, World!")
(section
(h1 :class "text-red-400"
"Hello, World!")
(a :href "/about" :hx-boost "true"
"About"))))