code-share/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Normal View History

2024-02-18 16:03:57 +07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};