sdk/postcss.config.cjs

6 lines
89 B
JavaScript
Raw Normal View History

module.exports = {
"plugins": {
"autoprefixer": {},
"tailwindcss": {}
}
}