diff options
author | sotech117 <michael_foiani@brown.edu> | 2025-09-17 16:12:18 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2025-09-17 16:12:18 -0400 |
commit | c5547dc1ba827a4256fbe1ed08bda61f8c660815 (patch) | |
tree | 389800c6ed478923eacf422a7e2fc4d73bd01e45 /postcss.config.mjs |
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; |