Sample / postcss.config.js
SuriRaja's picture
Deploy static build to Hugging Face
b54da4e
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}