Tailwind AND Plugins

This commit is contained in:
luke-hagar-sp
2023-01-11 14:12:46 -06:00
parent 2782e6d8c9
commit 201903ad64
8 changed files with 325 additions and 111 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};