RealtimeSDWebRTC / frontend /postcss.config.js
Jon Taylor
added next and node
94f1dbe
raw
history blame
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}