summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-08-08 21:50:59 +0200
committerMichal Sapka <michal@sapka.me>2022-08-08 21:50:59 +0200
commit937ffa1e09a38eb8bda96f27f657e08f98ea04d4 (patch)
tree6c12c061aa94464abc68cded9683644372ac5b73 /tailwind.config.js
parented52e72e64db4dc0f40e6c4095d9980b5a658ec1 (diff)
feat: remove tailwind
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js11
1 files changed, 0 insertions, 11 deletions
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: [],
-}