aboutsummaryrefslogtreecommitdiffstats
path: root/postcss.config.js
diff options
context:
space:
mode:
authorJeff Kleinaitis <jeffkleinaitis@gmail.com>2024-04-09 12:16:47 -0700
committerGitHub <noreply@github.com>2024-04-09 12:16:47 -0700
commit88a12c89a3a58dc2f9780da64964b107bcafc62e (patch)
tree0e46eef49b12dcf07c3611cdcf018134724fc86d /postcss.config.js
parent2374eae054935dd49adf3f0e29e8bea0876288f4 (diff)
parent85daf2a12a714dc51fb4c320bf508daf8127c125 (diff)
Merge pull request #20 from digadoo/develop
remove NextJS from project
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/postcss.config.js b/postcss.config.js
index 0409611..33ad091 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,15 +1,6 @@
-<<<<<<< HEAD
-=======
-// If you want to use other PostCSS plugins, see the following:
-// https://tailwindcss.com/docs/using-with-preprocessors
->>>>>>> ccf52d88eb60f518cc3e5bb3ce2b21bbb6858337
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
-<<<<<<< HEAD
}
-=======
-};
->>>>>>> ccf52d88eb60f518cc3e5bb3ce2b21bbb6858337