keywind/postcss.config.js
2021-07-05 18:40:00 +07:00

7 lines
100 B
JavaScript

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