youtube-search / postcss.config.js
soiz1's picture
Upload 30 files
606df3b verified
raw
history blame contribute delete
88 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}