text-transformer / postcss.config.js
OnyxlMunkey's picture
Text Transformer: Docker app for HF Space
0f5ca68
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}