Files
page-assist/postcss.config.cjs

9 lines
107 B
JavaScript
Raw Normal View History

2023-04-09 14:30:44 +05:30
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;