From fcd90f3dfeec449f4f886b0fbe069b9ff2dd5446 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 12 Jun 2024 22:04:19 -0500 Subject: [PATCH] run formatter --- tailwind.config.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 6972ea3..e33e85a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,8 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ['src/**/*.html'], - theme: { - extend: {}, - }, - plugins: [], - }; - \ No newline at end of file + content: ['src/**/*.html'], + theme: { + extend: {}, + }, + plugins: [], +};