mms-transcription / frontend /postcss.config.js
EC2 Default User
Added basic frontend, dockerfile
0f60365
raw
history blame contribute delete
82 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};