semantic-image-search.img / postcss.config.js
ehristoforu's picture
Duplicate from Xenova/semantic-image-search
c9ec057
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}