diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 10:29:53 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 10:29:53 +0200 |
| commit | 8a6ff5a2c15422badf0bc9c8166787dc23a71072 (patch) | |
| tree | da45cc6fc598520102260da87c3733107ef4e980 /geshem/postcss.config.mjs | |
| parent | 51370d591d4f2ac4eddd8b2ea2f9c5118fbf9ab1 (diff) | |
Move all geshem/ files to root
Diffstat (limited to 'geshem/postcss.config.mjs')
| -rw-r--r-- | geshem/postcss.config.mjs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/geshem/postcss.config.mjs b/geshem/postcss.config.mjs deleted file mode 100644 index 1a69fd2..0000000 --- a/geshem/postcss.config.mjs +++ /dev/null @@ -1,8 +0,0 @@ -/** @type {import('postcss-load-config').Config} */ -const config = { - plugins: { - tailwindcss: {}, - }, -}; - -export default config; |
