compass/compass/postcss.config.js
2023-10-24 17:21:42 -04:00

7 lines
82 B
JavaScript

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