diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 09:18:05 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 09:18:05 +0200 |
| commit | befc9ba3e4a9b24cdd0397663c04c98688d98d9b (patch) | |
| tree | d000b369d8deef80454e65cead8f3401d2a9615f /geshem/postcss.config.mjs | |
| parent | 257c970be15e85e9f1bb200aadc82a9b98c57434 (diff) | |
Initial nextjs project generation
Diffstat (limited to 'geshem/postcss.config.mjs')
| -rw-r--r-- | geshem/postcss.config.mjs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/geshem/postcss.config.mjs b/geshem/postcss.config.mjs new file mode 100644 index 0000000..1a69fd2 --- /dev/null +++ b/geshem/postcss.config.mjs @@ -0,0 +1,8 @@ +/** @type {import('postcss-load-config').Config} */ +const config = { + plugins: { + tailwindcss: {}, + }, +}; + +export default config; |
