skalara/postcss.config.js
Christopher Arraya f98072c7cf initial commit
2023-09-16 23:15:44 -04:00

7 lines
82 B
JavaScript

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