Use tailwindcss with standalone CLI
This commit is contained in:
parent
4d784412fc
commit
ece41474fc
16 changed files with 44 additions and 89 deletions
src/routes
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue