From e58a6ac4991e6312f5764ca30e3677f5cfd655f4 Mon Sep 17 00:00:00 2001 From: typicode Date: Fri, 26 Jan 2024 17:29:27 +0100 Subject: [PATCH] chore: remove unused files --- tailwind.config.js | 8 -------- views/input.css | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 tailwind.config.js delete mode 100644 views/input.css diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index bdf3cb7..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: ['./views/**/*.{html,js}'], - theme: { - extend: {}, - }, - plugins: [require('@tailwindcss/typography')], -} diff --git a/views/input.css b/views/input.css deleted file mode 100644 index b5c61c9..0000000 --- a/views/input.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities;