From 1f44407b2dfa1a121d67f09563f5c58359a0b672 Mon Sep 17 00:00:00 2001 From: claudiocoder Date: Thu, 13 Feb 2025 14:22:19 -0600 Subject: [PATCH] :sparkles: - Update linting tailwind config file --- tailwind.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 6421505..d33cb18 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,4 @@ /** @type {import('tailwindcss').Config} */ -const { fontFamily } = require('tailwindcss/defaultTheme') - module.exports = { content: ['./src/**/*.{js,ts,jsx,tsx}'], theme: {},