shellphone.app/postcss.config.js
2021-07-18 23:33:08 +08:00

7 lines
81 B
JavaScript

module.exports = {
plugins: {
"tailwindcss": {},
"autoprefixer": {},
},
};