vidcraft / postcss.config.js
tsi-org's picture
Upload 89 files
19e25f3
raw
history blame contribute delete
83 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};