From 4811a3eabc1e7afaf17b45f9dea541d987c45717 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 24 Dec 2024 13:56:06 -0500 Subject: Initial commit --- tailwind.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..ddd5cd3 --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,9 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: ["./views/**/*.{html,js,ejs}"], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.2.3