pint/postcss.config.js
2022-08-03 10:07:42 +08:00

6 lines
80 B
JavaScript

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