otterscan/postcss.config.js
2022-08-04 18:47:14 -03:00

7 lines
102 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}