datasets-card-creator / postcss.config.js
Evrard t'Serstevens
all
8efe5b4
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}