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: [], -}