taro-demo/postcss.config.js

7 lines
84 B
JavaScript
Raw Normal View History

2024-03-15 14:39:20 +08:00
module.exports = {
plugins: {
tailwindcss: {},
// autoprefixer: {}
}
};