Files
gen_short_link/postcss.config.js

7 lines
83 B
JavaScript
Raw Permalink Normal View History

2023-02-13 16:47:43 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-02-14 13:32:03 +08:00
};