sipher/postcss.config.js
2024-12-10 16:52:53 +00:00

6 lines
83 B
JavaScript

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