hf-spaces-semantic-search / postcss.config.js
anzorq's picture
init
c6eeecc
raw
history blame
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}