chat_b / frontend /postcss.config.js
Levin-Aleksey's picture
start
2a7af07
raw
history blame contribute delete
79 Bytes
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}