Files
next-gdrive-index/postcss.config.js
T
2024-04-06 22:09:03 +07:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};