otterscan/postcss.config.js
2022-08-05 05:40:49 -03:00

8 lines
104 B
JavaScript

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