blackbirdchess-client-web/postcss.config.cjs

6 lines
75 B
JavaScript

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