blackbirdchess-client-web/postcss.config.cjs

6 lines
75 B
JavaScript
Raw Permalink Normal View History

2023-03-18 18:07:38 +01:00
module.exports = {
plugins: {
tailwindcss: {},
2023-08-17 00:22:44 +02:00
autoprefixer: {},
},
}