sel-chat-coach / postcss.config.js
tblaisaacliao's picture
feat: Complete SEL Chat Coach - Traditional Chinese social-emotional learning platform
e6fe3d0
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}