aboutsummaryrefslogtreecommitdiff
path: root/apps/web/postcss.config.js
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-05-25 18:41:26 -0500
committerDhravya <[email protected]>2024-05-25 18:41:26 -0500
commit075f45986fd4d198292226e64afb71b3515576b4 (patch)
tree5c728356cd0310f1c1c012fd6618c72a836c314b /apps/web/postcss.config.js
parentadded social material (diff)
downloadsupermemory-075f45986fd4d198292226e64afb71b3515576b4.tar.xz
supermemory-075f45986fd4d198292226e64afb71b3515576b4.zip
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'apps/web/postcss.config.js')
-rw-r--r--apps/web/postcss.config.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/web/postcss.config.js b/apps/web/postcss.config.js
index 12a703d9..2e342dc3 100644
--- a/apps/web/postcss.config.js
+++ b/apps/web/postcss.config.js
@@ -1,6 +1 @@
-module.exports = {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
-};
+module.exports = require("@repo/tailwind-config/postcss.config");