ai-story-teller / postcss.config.js
ruslanmv's picture
First commit
5f663a9
raw
history blame contribute delete
No virus
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}