diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-05-29 21:33:44 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-05-29 21:33:44 -0400 |
| commit | 4afdb7370dcc8df71c648eb76a7e126cb888e65c (patch) | |
| tree | 70d90bf64f5efb19997f115ee6d9317005c34473 /postcss.config.mjs | |
| download | alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.gz alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.tar.bz2 alure-post-4afdb7370dcc8df71c648eb76a7e126cb888e65c.zip | |
Initial commit from Create Next App
Diffstat (limited to 'postcss.config.mjs')
| -rw-r--r-- | postcss.config.mjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/postcss.config.mjs b/postcss.config.mjs new file mode 100644 index 0000000..c7bcb4b --- /dev/null +++ b/postcss.config.mjs @@ -0,0 +1,5 @@ +const config = { + plugins: ["@tailwindcss/postcss"], +}; + +export default config; |
