From ce06ac5f0e4ff77f348f76307a85ea65e88da330 Mon Sep 17 00:00:00 2001 From: padreug Date: Sun, 2 Feb 2025 19:13:22 +0100 Subject: [PATCH] format --- tailwind.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index fa36ab8..3122f6d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,14 +5,14 @@ module.exports = { darkMode: ["class"], safelist: ["dark"], prefix: "", - + content: [ './pages/**/*.{ts,tsx,vue}', './components/**/*.{ts,tsx,vue}', './app/**/*.{ts,tsx,vue}', './src/**/*.{ts,tsx,vue}', ], - + theme: { container: { center: true, @@ -79,4 +79,4 @@ module.exports = { }, }, plugins: [animate], -} \ No newline at end of file +}