homepage/postcss.config.js
2022-08-24 10:44:35 +03:00

7 lines
82 B
JavaScript

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