webstrem / postcss.config.js
Shivam
Initial commit: Web-SyncPlay moved into Streamer
d092f57
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}