summaryrefslogtreecommitdiffhomepage
path: root/frontend/postcss.config.js
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-07-23 21:47:52 -0400
committerrealtradam <[email protected]>2024-07-23 21:47:52 -0400
commite36832834564f401622ef293c19fc778ab43f9ae (patch)
tree9752556936c71336e01f2c0b9f53dc9cdfbd32dd /frontend/postcss.config.js
parent1e18e0ad7a47536be92384bbf815e0923a06698d (diff)
downloadspring-blog-e36832834564f401622ef293c19fc778ab43f9ae.tar.gz
spring-blog-e36832834564f401622ef293c19fc778ab43f9ae.zip
implement initial react frontend
Diffstat (limited to 'frontend/postcss.config.js')
-rw-r--r--frontend/postcss.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js
new file mode 100644
index 0000000..2e7af2b
--- /dev/null
+++ b/frontend/postcss.config.js
@@ -0,0 +1,6 @@
+export default {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}