diff --git a/tailwind.config.js b/tailwind.config.js deleted file mode 100644 index e8ecd3b..0000000 --- a/tailwind.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - content: [ - './renderer/**/*.{js,jsx,ts,tsx,html}', - './*.html', - ], - theme: { extend: {} }, - plugins: [], -} \ No newline at end of file diff --git a/tailwind.css b/tailwind.css deleted file mode 100644 index bd6213e..0000000 --- a/tailwind.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; \ No newline at end of file