Matou-Garou / postcss.config.js
Jofthomas's picture
Jofthomas HF staff
bulk
ce8b18b
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};