zcash-explorer/assets/postcss.config.js

6 lines
80 B
JavaScript
Raw Normal View History

2021-07-07 10:40:43 -07:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}