shellphone.app/postcss.config.js

8 lines
98 B
JavaScript
Raw Normal View History

2021-07-31 22:33:18 +08:00
// postcss.config.js
2021-07-18 23:32:45 +08:00
module.exports = {
plugins: {
2021-07-31 22:33:18 +08:00
tailwindcss: {},
autoprefixer: {},
2021-07-18 23:32:45 +08:00
},
};