mango-token-sale/postcss.config.js

7 lines
100 B
JavaScript
Raw Permalink Normal View History

2021-04-25 09:13:28 -07:00
module.exports = {
plugins: {
tailwindcss: {},
'postcss-preset-env': { stage: 1 },
},
}