Chess_Engine / web /postcss.config.js
electro-sb's picture
first commit
100a6dd
raw
history blame contribute delete
86 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}