From 937ffa1e09a38eb8bda96f27f657e08f98ea04d4 Mon Sep 17 00:00:00 2001 From: Michal Sapka Date: Mon, 8 Aug 2022 21:50:59 +0200 Subject: feat: remove tailwind --- tailwind.config.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tailwind.config.js (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index 574d9d33..00000000 --- a/tailwind.config.js +++ /dev/null @@ -1,11 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: [ - "./pages/**/*.{js,ts,jsx,tsx}", - "./components/**/*.{js,ts,jsx,tsx}", - ], - theme: { - extend: {}, - }, - plugins: [], -} -- cgit v1.2.3