From da51aadd6a9f718d0080b6f38dd09c2833f745e7 Mon Sep 17 00:00:00 2001 From: Oly Date: Tue, 1 Aug 2023 14:04:49 +0100 Subject: [PATCH] Updates to use tailwind. --- resources/public/index.html | 9 +- src/clojure_demo/core.cljs | 217 ++++++++++++-------------- src/clojure_demo/tailwind_theme.cljs | 51 ++++++ src/clojure_demos/tailwind_theme.cljs | 51 ++++++ 4 files changed, 210 insertions(+), 118 deletions(-) create mode 100644 src/clojure_demo/tailwind_theme.cljs create mode 100644 src/clojure_demos/tailwind_theme.cljs diff --git a/resources/public/index.html b/resources/public/index.html index 6597f18..fffc482 100644 --- a/resources/public/index.html +++ b/resources/public/index.html @@ -8,13 +8,18 @@ content="width=device-width, initial-scale=1.0, shrink-to-fit=no" /> Clojure demos + + - +
loading here