new-dynamo / postcss.config.js
MoShow's picture
1. Add this below into the RAD-X Application
ae1a925 verified
raw
history blame contribute delete
99 Bytes
```javascript
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
```