From 27cb947784c8f5b477275acd8fdba21110c42b1f Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 15 Mar 2023 22:30:42 +0100 Subject: [PATCH] delete unused stub --- stubs/simpleConfig.stub.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 stubs/simpleConfig.stub.js diff --git a/stubs/simpleConfig.stub.js b/stubs/simpleConfig.stub.js deleted file mode 100644 index 32e3abdef..000000000 --- a/stubs/simpleConfig.stub.js +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('tailwindcss').Config} */ -module.exports = { - content: [], - theme: { - extend: {}, - }, - plugins: [], -}