summaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-11 21:09:38 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-11 21:09:38 -0500
commit0d1dc1eee6b4abe21622c8510d892cfabc08adc3 (patch)
treef35e0e2571c214c75c1042534e39bf52cd543cfb /postcss.config.js
parent5ef1d2acb24e7b9ec8566ba29ae4dd025c78d7cb (diff)
downloadimmich-frame-0d1dc1eee6b4abe21622c8510d892cfabc08adc3.tar.xz
immich-frame-0d1dc1eee6b4abe21622c8510d892cfabc08adc3.zip
remove postcss.config.js
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/postcss.config.js b/postcss.config.js
deleted file mode 100644
index 52b9b4b..0000000
--- a/postcss.config.js
+++ /dev/null
@@ -1,5 +0,0 @@
-module.exports = {
- plugins: {
- '@tailwindcss/postcss': {},
- },
-}