aboutsummaryrefslogtreecommitdiff
path: root/postcss.config.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-02 14:40:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-02 14:40:26 -0400
commit95280d67a415b31d99ac7e0ebe35c8440847fd90 (patch)
tree31195292013b2cd717881837204a304ab2def9f2 /postcss.config.js
downloadminepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.gz
minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.bz2
minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.zip
Initial commit from Create Next App
Diffstat (limited to 'postcss.config.js')
-rw-r--r--postcss.config.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/postcss.config.js b/postcss.config.js
new file mode 100644
index 0000000..33ad091
--- /dev/null
+++ b/postcss.config.js
@@ -0,0 +1,6 @@
+module.exports = {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}