hf-star-history / postcss.config.js
thomwolf's picture
thomwolf HF staff
pushing code
0326339
raw
history blame
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};