diff --git a/.postcssrc.json b/.postcssrc.json new file mode 100644 index 0000000..399c7d5 --- /dev/null +++ b/.postcssrc.json @@ -0,0 +1,7 @@ +{ + "map": true, + "plugins": { + "autoprefixer": {}, + "tailwindcss": {} + } +}