appwrite-template/postcss.config.cjs

7 lines
76 B
JavaScript
Raw Normal View History

2022-12-18 14:17:16 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}