From 4697556cac819c47d068819b9fc9c3b4ea84e279 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 14 Aug 2025 18:07:12 +0100 Subject: Merge confplanner-web and replace fiber with native net/http --- web/tailwind.config.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/tailwind.config.js (limited to 'web/tailwind.config.js') diff --git a/web/tailwind.config.js b/web/tailwind.config.js new file mode 100644 index 0000000..a1684d0 --- /dev/null +++ b/web/tailwind.config.js @@ -0,0 +1,16 @@ +/** @type {import('tailwindcss').Config} */ +export default { + content: [ + "./components/**/*.{js,vue,ts}", + "./layouts/**/*.vue", + "./pages/**/*.vue", + "./plugins/**/*.{js,ts}", + "./app.vue", + "./error.vue", + ], + theme: { + extend: {}, + }, + plugins: [], +} + -- cgit v1.2.3-70-g09d2