hf-spaces-semantic-search / postcss.config.js
ehristoforu's picture
Duplicate from anzorq/hf-spaces-semantic-search
c78f86a
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}