From c012ba5769ef74095d1e572c34bd7ed951360225 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Tue, 20 Dec 2022 00:50:18 +0100 Subject: chore: Add tailwind configuration --- tailwind.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tailwind.config.js diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..4960687 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,8 @@ +/** @type {import('tailwindcss').Config} */ +module.exports = { + content: ["./src/**/*.{html,js,cljs}"], + theme: { + extend: {}, + }, + plugins: [], +} -- cgit v1.2.3